Severe issue in node-red-contrib-home-assistant-websocket@0.21.2 #482
1300371 posted onGitHub
Problem/Motivation
My NodeRED automation got very problematic behaviour. In the node-red-contrib-home-assistant-websocket package at version 0.21.2, there is a issue in the trigger-state node.
It will trigger the state of all entity registered in HA.
So after a fresh install of my automations, i start to receive a lot of notifications and my lights starts blinking as most of my automations are based on trigger-state.
Expected behavior
Trigger only the status of the target entityID.
Actual behavior
Trigger the status of all entities.
Steps to reproduce
Update the node-red-contrib-home-assistant-websocket to 0.21.2
Proposed changes
This has been fixed in node-red-contrib-home-assistant-websocket@0.21.3. But the current version in addon-node-red is 0.21.2. So can you update the version to 0.21.3 to avoid this to other people ?