Skip to content

Instantly share code, notes, and snippets.

@aderusha
Last active April 17, 2024 19:59
Show Gist options
  • Save aderusha/4f25658dbb855675b5b5ccf296fd801b to your computer and use it in GitHub Desktop.
Save aderusha/4f25658dbb855675b5b5ccf296fd801b to your computer and use it in GitHub Desktop.
Home Assistant Blueprint: Link Multiple Switches v1.0.1
@kingy444
Copy link

This one too to prevent unavailable states

trigger:
- platform: state
  entity_id: !input switches
  to:
    - 'off'
    - 'on'

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