-
Following the udpate of nodered v4.1.1, I noticed most if not all my HA action nodes now show an issue Action not found and for the most basic action like light.turn_off, cover.close_cover, switch.turn_on .... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
When Node-RED connects to Home Assistant, it retrieves all available services. My guess is that Home Assistant either didn’t send the full list (which can happen occasionally) or something else interrupted the connection. If you restart Node-RED, does the issue resolve itself? |
Beta Was this translation helpful? Give feedback.
When Node-RED connects to Home Assistant, it retrieves all available services. My guess is that Home Assistant either didn’t send the full list (which can happen occasionally) or something else interrupted the connection. If you restart Node-RED, does the issue resolve itself?