Skip to content

Releases: YoloDev/hass-rs

hass-mqtt-discovery: v0.2.0

27 Nov 12:31
3c4b151

Choose a tag to compare

0.2.0 (2022-11-27)

⚠ BREAKING CHANGES

  • large API rewrite
  • Changes type of the Switch field command_topic.
  • Removes Default impl from Switch entities.
  • Moves common fields to an entity field.

Features

  • add availability to Sensor entity (ad26040)
  • add value_template to Availability (6b34e43)
  • add more discovery entities (#17) (a912eb7)
  • Common Entity struct (#14) (b800bbd)
  • Cover discovery entity (#22) (5829123)
  • DeviceTracker entity (#18) (0cbc757)
  • discovery document macro (#19) (1278754)
  • fill in more Sensor discovery fields (6ed9540)
  • impl Default for Device (b477b1f)
  • impl traits for AvailabilityMode (2e9f58d)
  • support more discovered Device fields (5d5a310)

Bug Fixes

  • change type of the Switch field command_topic (dbd0fe5)
  • normalize device_class (#23) (40f02d9)
  • remove Default impl from Switch entities (dbd0fe5)
  • require command_topic (#15) (dbd0fe5)

Dependencies

hass-entity-state: v0.2.0

27 Nov 12:31
3c4b151

Choose a tag to compare

0.2.0 (2022-11-27)

⚠ BREAKING CHANGES

  • large API rewrite

Features

hass-mqtt-discovery hass-mqtt-discovery-v0.1.0

16 Nov 23:57
1522c6c

Choose a tag to compare

Features

  • rename proto and add entity-state (28a6ce8)

hass-entity-state hass-entity-state-v0.1.0

16 Nov 23:57
1522c6c

Choose a tag to compare

⚠ BREAKING CHANGES

  • add EntityStateValue trait

Features

  • add EntityStateValue trait (63f9d30)
  • rename proto and add entity-state (28a6ce8)