feature-requests icon indicating copy to clipboard operation
feature-requests copied to clipboard

MAC filter for bluetooth_proxy

Open g-kiss opened this issue 1 year ago • 1 comments

Describe the problem you have/What new integration you would like

It would be very useful if optionally I could specify the MAC addresses that bluetooth_proxy have to handle. That way, it would not send a lot of unnecessary data over the Wi-Fi network. Like this:

bluetooth_proxy:
  active: false
  mac_address:
    - 11:11:11:11:11:11
    - 22:22:22:22:22:22

Please describe your use case for this integration and alternatives you've tried:

Additional context

g-kiss avatar Apr 14 '24 15:04 g-kiss

+1 from me. Wanted to ask for this myself In my case I have a few Apple devices. (Maybe Apple TVs) which push out an insane amount of data over BLE. I want that data ignored as I suspect that much data breaks WiFi on the ESP32

I'd like to extend @g-kiss request with the possibility to add a partial mac address to the whitelist e.g. A4:C1:38:*

CReimer avatar May 02 '24 21:05 CReimer