Skip to content

Instantly share code, notes, and snippets.

@boozeman
Created October 13, 2024 14:18
Show Gist options
  • Save boozeman/aa338feeffc3ac54a7484937581b05a5 to your computer and use it in GitHub Desktop.
Save boozeman/aa338feeffc3ac54a7484937581b05a5 to your computer and use it in GitHub Desktop.
Chilien talvivalojen ohjaus käyttäen time-tyyppisiä helpereitä
alias: Chilien talvivalojen ohjaus
description: Chilien talvivalojen ohjaus. Päälle 2h ennen hämärää
triggers:
- at: input_datetime.chilien_talvivalot_paalle
id: chilien talvivalot päälle
trigger: time
- at: input_datetime.chilien_talvivalot_pois
id: chilien talvivalot pois
trigger: time
conditions: []
actions:
- choose:
- conditions:
- condition: trigger
id: chilien talvivalot päälle
sequence:
- type: turn_on
device_id: <muuta ajastettavan värkin device_id>
entity_id: <muuta ajastettavan värkin entity_id>
domain: switch
- conditions:
- condition: trigger
id: chilien talvivalot pois
sequence:
- type: turn_off
device_id: <muuta ajastettavan värkin device_id>
entity_id: <muuta ajastettavan värkin entity_id>
domain: switch
mode: single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment