Skip to content

Instantly share code, notes, and snippets.

@aderusha
Created September 12, 2022 21:19
Show Gist options
  • Save aderusha/4d2c8600a2e4771b91b8efc555946413 to your computer and use it in GitHub Desktop.
Save aderusha/4d2c8600a2e4771b91b8efc555946413 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.
@rubenhak
Copy link

rubenhak commented Mar 14, 2025

Hi, I'm trying out this blueprint. It works most of the times. Testing out with two switches. The failure scenario:

  1. Manually turn on Light 1
  2. Light 2 turns on
  3. Within 3 seconds turn off Light 2
  4. Light 1 stays turns on.
  5. HA dashboard always reflects the correct state.
    NOTE: If I wait longer then the automations would work.

How can I debug this?
I noticed the same behavior with a very similar automation that uses mode: restart mode.

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