I’m looking to use the bluetooth proxy with a hardware sensor.
I had been using this config successfully using the arduino, but as I understand using the
bluetooth proxy means I’m now using the esp-idf framework and this setup no longer works
(it throws an error on install).
Does anyone know if it could work with both proxy and a sensor working on the same device,
or do I need to separate them out?
Thanks
i2c:
- id: bus_a
sda: 26
scl: 32
scan: true
sensor:
- platform: bh1750
name: "Kitchen Illuminance"
address: 0x23
update_interval: 5s