2022-09-08 01:47:25 +02:00
|
|
|
pc_pwr_button:
|
|
|
|
alias: PC Power press
|
|
|
|
sequence:
|
|
|
|
- service: switch.turn_on
|
|
|
|
target:
|
|
|
|
entity_id: switch.pc_power_button
|
|
|
|
- delay:
|
2022-10-26 12:29:20 +02:00
|
|
|
milliseconds: 200
|
2022-09-08 19:12:25 +02:00
|
|
|
- service: switch.turn_off
|
2022-09-08 01:47:25 +02:00
|
|
|
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:
|
2022-09-08 19:12:25 +02:00
|
|
|
seconds: 5
|
|
|
|
- service: switch.turn_off
|
2022-09-08 01:47:25 +02:00
|
|
|
target:
|
|
|
|
entity_id: switch.pc_power_button
|