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".
