Skip to content

Releases: zachowj/hass-node-red

v1.0.7

03 Apr 02:45
ca6cf0d
Compare
Choose a tag to compare

Bug Fixes

  • Add Companion to component title in config (7079554)

Documentation

v1.0.6

08 Jan 19:47
2c0cefd
Compare
Choose a tag to compare

Bug Fixes

  • Allow binary sensors and sensors to be set to unknown by setting state to null (ab1d854), closes #102
  • sensor: Convert sensor native state to a datetime when device class is set to timestamp (90ed37a), closes #103

v1.0.5

01 Jan 22:45
43957ea
Compare
Choose a tag to compare

Bug Fixes

  • button: Add component type (6f7bab2)

v1.0.4

31 Dec 21:36
d4b5b94
Compare
Choose a tag to compare

Bug Fixes

  • Fix unit_of_measurement being overridden in the sensor entity (5224dc7)

v1.0.3

31 Dec 07:06
b48c880
Compare
Choose a tag to compare

Miscellaneous Chores

v1.0.2

30 Dec 23:18
6f8362b
Compare
Choose a tag to compare

Bug Fixes

  • Change MRO for sensor so correct unit_of_measurement gets called (d47d2dc), closes #95

v1.0.1

26 Dec 23:44
9ab4b42
Compare
Choose a tag to compare

Bug Fixes

  • Wait for HA to be in a running state before registering device triggers (0acacdf)

v1.0.0

26 Dec 17:58
3d31e8f
Compare
Choose a tag to compare

Using attributes for state_class and last_reset on the entity node will no longer show these properties in Home Assistant. There are now config fields for these properties. Also requires node-red-contrib-home-assistant-websocket v0.40+

⚠ BREAKING CHANGES

  • Re-add extra_state_attributes as a property function

Features

  • Add state_class and last_reset to sensor class (6a288e0), closes #78
  • Added button entity (0763aec), closes #91

Code Refactoring

  • Re-add extra_state_attributes as a property function (541297d)

v0.5.4

03 Dec 20:25
ebbbbca
Compare
Choose a tag to compare

Miscellaneous Chores

v0.5.3

30 Nov 00:48
82ae3cd
Compare
Choose a tag to compare

Bug Fixes