Good Morning Guys,
I have a RP4b with the latest version of Hassio.
Im trying to work with bluetooth devices.
I have added in the configuration.yaml
device_tracker:
- platform: bluetooth_tracker
- platform: bluetooth_le_tracker
and i receive errors on the logs:
[homeassistant.components.device_tracker] Error setting up platform legacy topic:
[[homeassistant.components. bluetooth le tracker . device tracker ] No Bluetooth LE devices to track!]
I have also added this section (inserting the MAC address)
sensor:
- platform: mitemp_bt
mac: ‘xx:xx:xx:xx:xx:xx’
name: Kids Room Temp
force_update: true
median: 1
monitored_conditions:- temperature
- humidity
- battery
And in this case additional errors like
[ homeassistant . components . sensor . mitemp_bt ] Polling error
or timeout messages.
What can i do?
I have to install some add-on ?
Thanks in advance
Regards
Gianluca