Skip to content

Instantly share code, notes, and snippets.

@dankarization
Last active December 28, 2024 17:26
Show Gist options
  • Save dankarization/6bf594b22c1c6502070b24f474e6d558 to your computer and use it in GitHub Desktop.
Save dankarization/6bf594b22c1c6502070b24f474e6d558 to your computer and use it in GitHub Desktop.
Select multiple entities to link their on/off state. If any selected entity is turned on or off, the other selected entities will be sent a matching on or off command.
@shageman
Copy link

This blueprint works great. It creates a great deal of log errors because to_state and from_state can't always be found. So, I am checking for their availability in my fork: https://gist.github.com/shageman/dbc21d5d50095053c6d0616076a0d76b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment