Created
December 24, 2018 07:20
-
-
Save xychix/1a007c6810ab61fafd24709bb4405e2e to your computer and use it in GitHub Desktop.
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
- id: '1544391762473' | |
alias: termostat OFF 22:30 | |
trigger: | |
- at: '22:30' | |
platform: time | |
condition: [] | |
action: | |
- alias: '' | |
data: | |
payload: '0' | |
topic: /house/switch1/ | |
service: mqtt.publish | |
- id: '1544391872106' | |
alias: termostat ON 06:45 | |
trigger: | |
- at: 06:45 | |
platform: time | |
condition: [] | |
action: | |
- alias: '' | |
data: | |
payload: '1' | |
topic: /house/switch1/ | |
service: mqtt.publish | |
- id: '1545246085440' | |
alias: Kerstboom ON 2003 | |
trigger: | |
- at: '20:03' | |
platform: time | |
condition: [] | |
action: | |
- alias: '' | |
data: | |
payload: '1' | |
topic: /house/switch4/ | |
service: mqtt.publish | |
- id: '1545246252791' | |
alias: Kerstboom OFF 2313 | |
trigger: | |
- at: '23:13' | |
platform: time | |
condition: [] | |
action: | |
- data: | |
payload: '0' | |
topic: /house/switch4/ | |
service: mqtt.publish | |
- id: '1545246399747' | |
alias: Lamp ON 0900 | |
trigger: | |
- at: 09:00 | |
platform: time | |
condition: [] | |
action: | |
- data: | |
payload: '1' | |
topic: /house/switch3/ | |
service: mqtt.publish | |
- id: '1545246521848' | |
alias: Lamp OFF 2035 | |
trigger: | |
- at: '20:35' | |
platform: time | |
condition: [] | |
action: | |
- data: | |
payload: '0' | |
topic: /house/switch3/ | |
service: mqtt.publish | |
- id: '1545246746887' | |
alias: Werkkamer Lamp ON 2037 | |
trigger: | |
- at: '20:37' | |
platform: time | |
condition: [] | |
action: | |
- data: | |
payload: '1' | |
topic: /house/switch2/ | |
service: mqtt.publish | |
- id: '1545247027467' | |
alias: Werkkamer Lamp OFF 2113 | |
trigger: | |
- at: '17:53' | |
platform: time | |
- at: '21:13' | |
platform: time | |
condition: [] | |
action: | |
- data: | |
payload: '0' | |
topic: /house/switch2/ | |
service: mqtt.publish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment