24 lines
529 B
YAML
24 lines
529 B
YAML
|
pc_pwr_button:
|
||
|
alias: PC Power press
|
||
|
sequence:
|
||
|
- service: switch.turn_on
|
||
|
target:
|
||
|
entity_id: switch.pc_power_button
|
||
|
- delay:
|
||
|
milliseconds: 100
|
||
|
- service: switch.turn_on
|
||
|
target:
|
||
|
entity_id: switch.pc_power_button
|
||
|
|
||
|
pc_pwr_button_hold:
|
||
|
alias: PC Power hold
|
||
|
sequence:
|
||
|
- service: switch.turn_on
|
||
|
target:
|
||
|
entity_id: switch.pc_power_button
|
||
|
- delay:
|
||
|
milliseconds: 100
|
||
|
- service: switch.turn_on
|
||
|
target:
|
||
|
entity_id: switch.pc_power_button
|