Skip to content

0.8.2

Compare
Choose a tag to compare
@anotherjulien anotherjulien released this 03 Sep 08:40
· 90 commits to master since this release
  • Fixed an unnecessary error message when loading the component with unused platforms
    • (For example, no more error message on startup if you don't use climate, cover, switch, etc...
  • Fixed sensor compatibility with Home Assistant 2021.9
    • Switched sensor entities from _attr_state and _attr_unit_of_measurement to _attr_native_value and _attr_native_unit_of_measurement
    • Switched energy sensors _attr_state_class from STATE_CLASS_MEASUREMENT to STATE_CLASS_TOTAL_INCREASING
    • Removed reliance on _attr_last_reset which is deprecated