Created
March 15, 2023 11:11
-
-
Save jamesonuk/45ed45aacf01587b4536355529eb6f11 to your computer and use it in GitHub Desktop.
Turn layzspa heater on automation
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
alias: Hot Tub On | |
description: "" | |
trigger: | |
- platform: time | |
at: "07:00:00" | |
condition: [] | |
action: | |
- service: switch.turn_on | |
data: {} | |
target: | |
entity_id: switch.layzspa_heat_regulation | |
mode: single |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment