7.8.2 - [BREAKING CHANGE] Change in sensor attributes with spaces
Changes in 7.8.2
BREAKING CHANGE
extra_state_attributesnow have underscores instead of spaces in their name. In the UI, they will still be displayed without underscore. If you are using one of the sensors' attributes that contains a space (e.g. with a template sensor), you will have to update your configuration. Fix for #723
Improvements
- Adding the possibility to use
report_unknownat device level. It will report all messages from the MAC address or UUID it is enabled for. (Fix for #651) - Disable iBeacon
uuid,cypress temperatureandcypress humiditysensor by default (only applies for new added sensors) (by @dmamontov)
New sensors
- Add support for ATC firmware on CGDK2 (Fix for #720)
- Add extra filter for Teltonika Puck RHT (Fix for #721)
- Add a Boolean sensor to HA BLE
Dependency updates
- Bump pycryptodomex to 3.14.1
- Bump pytest-homeassistant-custom-component to 0.6.15