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
|
||||
- delay:
|
||||
milliseconds: 100
|
||||
- service: switch.turn_on
|
||||
- service: switch.turn_off
|
||||
target:
|
||||
entity_id: switch.pc_power_button
|
||||
|
||||
@ -17,7 +17,7 @@ pc_pwr_button_hold:
|
||||
target:
|
||||
entity_id: switch.pc_power_button
|
||||
- delay:
|
||||
milliseconds: 100
|
||||
- service: switch.turn_on
|
||||
seconds: 5
|
||||
- service: switch.turn_off
|
||||
target:
|
||||
entity_id: switch.pc_power_button
|
||||
|
Loading…
Reference in New Issue
Block a user