Update current config

This commit is contained in:
Florian Brinker
2020-11-18 22:12:34 +01:00
父節點 984fc55b20
當前提交 53c99e4509
共有 15 個文件被更改,包括 102 次插入15 次删除

查看文件

@@ -32,3 +32,23 @@
data:
entity_id: light.onair
color_temp: 367
- alias: PC On
trigger:
platform: state
entity_id: switch.desktop_wol
to: 'on'
action:
- service: light.turn_on
data:
entity_id: light.lichtleiste
- alias: PC Off
trigger:
platform: state
entity_id: switch.desktop_wol
to: 'off'
action:
- service: light.turn_off
data:
entity_id: light.lichtleiste