Closed oneseventhree closed 3 years ago
mitemp_bt does not show battery anymore BUT still shows temp/humidity using this code in config.yaml and temp/hum and battery worked:
sensor: - platform: mitemp_bt
but I saw in the documentation I now need:
sensor: - platform: mitemp_bt mac: '58:2D:34:39:31:D4' monitored_conditions: - battery
When I tried this I get the error in Configuration validation:
Invalid config for [sensor.mitemp_bt]: [mac] is an invalid option for [sensor.mitemp_bt]. Check: sensor.mitemp_bt->mac. (See ?, line ?).
configuration.yaml
See above
None showing up
mitemp_bt documentation mitemp_bt source (message by IssueLinks)
I found the problem was that I still had the custom component in my custom_components folder
The problem
mitemp_bt does not show battery anymore BUT still shows temp/humidity using this code in config.yaml and temp/hum and battery worked:
but I saw in the documentation I now need:
When I tried this I get the error in Configuration validation:
Environment
Problem-relevant
configuration.yaml
Traceback/Error logs
Additional information