Make Areas usable in Node-Red #9796
Unanswered
andrewschmidgit
asked this question in
Other feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Problem
I am trying to create a generic Node-RED flow for my TVs. If any tv is paused in the house (and it's nighttime but that's not important) I want the lights in that room to turn on. Then when it's resumed, turn the lights off.
I need the ability to get the area_id from the state of an entity, and then query entities based off of that area_id.
Another example would be when casting music to any speaker in any area to group-cast to all speakers in that area.
The Benefit
I would be able to write a single flow in Node-RED that would work for any area in my house
Beta Was this translation helpful? Give feedback.
All reactions