Skip to content

7.8.2 - [BREAKING CHANGE] Change in sensor attributes with spaces

Choose a tag to compare

@Ernst79 Ernst79 released this 20 Feb 17:11
· 1246 commits to master since this release
a316e39

Changes in 7.8.2

BREAKING CHANGE

  • extra_state_attributes now 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_unknown at device level. It will report all messages from the MAC address or UUID it is enabled for. (Fix for #651)
  • Disable iBeacon uuid, cypress temperature and cypress humidity sensor 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