Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Dec 17:58
3d31e8f

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)