Skip to content

Instantly share code, notes, and snippets.

@jamesonuk
Created March 15, 2023 11:11
Show Gist options
  • Save jamesonuk/45ed45aacf01587b4536355529eb6f11 to your computer and use it in GitHub Desktop.
Save jamesonuk/45ed45aacf01587b4536355529eb6f11 to your computer and use it in GitHub Desktop.
Turn layzspa heater on automation
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