Created
March 15, 2023 11:13
-
-
Save jamesonuk/53793bff54acc340f1c85ebfd7a92c3b to your computer and use it in GitHub Desktop.
Turn off layzspa pump
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: Turn Hot Tub Off | |
description: "" | |
trigger: | |
- platform: time | |
at: "20:00:00" | |
condition: [] | |
action: | |
- service: switch.turn_off | |
data: {} | |
target: | |
entity_id: switch.layzspa_pump | |
mode: single |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment