This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ============================================================================ | |
| # Link On/Off State of Multiple Devices — Hardened | |
| # ============================================================================ | |
| # | |
| # WHAT IT DOES | |
| # ------------ | |
| # Bidirectional on/off sync for any number of entities. Flip any one of the | |
| # linked entities and the rest follow. Works with anything that supports | |
| # homeassistant.turn_on / turn_off (switches, lights, input_booleans, etc.). | |
| # |