Skip to content

v1.7

Latest
Compare
Choose a tag to compare
@ufozone ufozone released this 14 Oct 22:00

Caution

This version contains breaking changes.

🚀 Features and fixes:

  • Add hibernation mode (reduced update interval and deactivated control entities) #199
  • Add hibernation switch entity #202
  • Add connection binary_sensor entity #201
  • Add connect_expiration sensor entity #204
  • Remove connected, last_communication, last_seen, last_poll, next_poll extra attributes from all entities #201
  • Remove connect_expiration, infinity_state, infinity_expiration extra attributes from state sensor entity #204
  • Add new TechLine and Wiper RTK models
  • Improve the naming of classes #203
  • Bump ruff from 0.5.6 to 0.6.9 #198

💥 Breaking changes:

  • All entities
    The extra state attributes connected, last_communication, last_seen, last_poll and next_poll have been removed from all entities. Entities that generate a significant amount of state changes can quickly increase the size of the database when the extra_state_attributes also change frequently. For this reason, these attributes have been moved to a separate connection binary_sensor.
  • Sensor entity state
    The extra state attributes connect_expiration, infinity_state and infinity_expiration have been removed from state sensor entity. A separate sensor connect_expiration was created based on the recommendation of the HA creators.