Big Update
This commit is contained in:
26
packages/pc/pc.yaml
Executable file
26
packages/pc/pc.yaml
Executable file
@ -0,0 +1,26 @@
|
||||
wake_on_lan:
|
||||
|
||||
switch:
|
||||
- platform: wake_on_lan
|
||||
mac: !secret tower_mac
|
||||
name: tower
|
||||
|
||||
#Office Steckdosenleiste
|
||||
automation:
|
||||
- alias: office_light_socket
|
||||
trigger:
|
||||
- device_id: ab68a51751fcc28c6576ba467a77581d
|
||||
domain: zha
|
||||
platform: device
|
||||
type: remote_button_long_press
|
||||
subtype: button
|
||||
action:
|
||||
- type: toggle
|
||||
device_id: 343b205f3ed48a715e59c5490050150f
|
||||
entity_id: light.office_switch_socket
|
||||
domain: light
|
||||
- delay:
|
||||
seconds: 15
|
||||
- service: switch.turn_on
|
||||
target:
|
||||
entity_id: switch.tower
|
Reference in New Issue
Block a user