Created
October 13, 2024 14:18
-
-
Save boozeman/aa338feeffc3ac54a7484937581b05a5 to your computer and use it in GitHub Desktop.
Chilien talvivalojen ohjaus käyttäen time-tyyppisiä helpereitä
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: 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