node-red-contrib-home-assistant-websocketnode-red-contrib-home-assistant-websocket
Guides
Nodes
FAQ
Cookbook
Scrubber
Discussions
Discord
Github
Guides
Nodes
FAQ
Cookbook
Scrubber
Discussions
Discord
Github
  • Guides

    • Getting Started
    • First Automation
    • Action Node Tips and Tricks
    • Conditionals
    • Mustache Templates
    • JSONata

      • JSONata
      • JSONata primer
    • Output Properties
    • Diagnostics Information
    • Breaking Changes
  • Custom Integration

    • Getting Started
    • Exposed Nodes
  • Contribute to

    • Development
    • Documentation

Breaking Changes

Version 1.0.0

(Upcoming release)

Removed State Type

The State Type option has been removed from the current state, events: state, trigger: state, and poll state nodes. You can now cast the state value using Output Properties, but casting before the condition check is no longer supported.

Previously, casting to a Home Assistant Boolean converted the entity state of "on" to true and "off" to false, allowing condition checks against boolean values. Now, conditions must compare the state directly to the string values "on" or "off".

Help us improve this page!
Last Updated:
Contributors: jason
Prev
Diagnostics Information