Fix pc button delay
This commit is contained in:
parent
e9c7d4671e
commit
2f286a3052
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user