node-red-contrib-home-assistant-ws 0.0.1
Node Red integration with Home Assistant through websockets
Node-RED - Home Assistant integration through WebSockets
This Node-RED plugin provides following nodes to communicate with an home assistant server through Home Assistant's WebSocket API.
Event node
Receives events from Home Assistant (Example: status changed, flic click)
Simple Event node
A simplified event node to receive state change events from Home Assistant.
State node
Gets the current state of an antity or multiple entities. (Example: Get status of light.kitchen, get statuses of switch.*)
Service node
Executes a Home Assistant service. (Examples: Turn on a switch, Set Nest thermostat temperature)