node-red-contrib-home-assistant icon indicating copy to clipboard operation
node-red-contrib-home-assistant copied to clipboard

Home Assistant + Node-Red

Results 35 node-red-contrib-home-assistant issues
Sort by recently updated
recently updated
newest added

When setting up a Call Service node, the example text for the `Data` field is: `{ entity_id: light.living_room }` This format simply *DOES NOT WORK*. You ***must*** use quotes around...

bug

[Home Assistant automation documentation ](https://home-assistant.io/docs/automation/) The concept of triggers, conditions and actions, while all do-able within node red with what's provided already ( at least I think ) could be...

enhancement

Batch service calls, something like below (needs fleshing out) ```js msg = { payload: { options: { throttle: { requestsPerSecond: 2 } }, batch: [ { domain: 'light', service: 'turn_on',...

enhancement

* The internal node-red documentation for nodes needs some love * Pretty up the documentation here, look at the node-red docs for formatting best practices * Add example flows section...

enhancement
documentation

JFYI the Flows example link is currently dead. This is info from the Starup Section of the Github page https://github.com/AYapejian/node-red-contrib-home-assistant Dead link reference for the page. **_For flow examples checkout...