1
0

Fix pc button delay

This commit is contained in:
Przemek Grondek 2022-09-08 19:12:25 +02:00
parent e9c7d4671e
commit 2f286a3052

View File

@ -6,7 +6,7 @@ pc_pwr_button:
entity_id: switch.pc_power_button entity_id: switch.pc_power_button
- delay: - delay:
milliseconds: 100 milliseconds: 100
- service: switch.turn_on - service: switch.turn_off
target: target:
entity_id: switch.pc_power_button entity_id: switch.pc_power_button
@ -17,7 +17,7 @@ pc_pwr_button_hold:
target: target:
entity_id: switch.pc_power_button entity_id: switch.pc_power_button
- delay: - delay:
milliseconds: 100 seconds: 5
- service: switch.turn_on - service: switch.turn_off
target: target:
entity_id: switch.pc_power_button entity_id: switch.pc_power_button