Update office button
This commit is contained in:
parent
4a4af5fe93
commit
7b76299fab
@ -1,4 +1,4 @@
|
|||||||
- id: button-office-table
|
- id: button-office-on
|
||||||
alias: '[Office] Button Light'
|
alias: '[Office] Button Light'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: 5b972523e427721ec88e095994f7cc16
|
- device_id: 5b972523e427721ec88e095994f7cc16
|
||||||
@ -43,13 +43,16 @@
|
|||||||
kelvin: 3200
|
kelvin: 3200
|
||||||
mode: single
|
mode: single
|
||||||
|
|
||||||
- id: button-office-desk
|
- id: button-office-off
|
||||||
alias: '[Office] Button Desk'
|
alias: '[Office] Button WoL'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: 5b972523e427721ec88e095994f7cc16
|
- device_id: 5b972523e427721ec88e095994f7cc16
|
||||||
domain: zha
|
domain: zha
|
||||||
platform: device
|
platform: device
|
||||||
type: remote_button_short_press
|
type: remote_button_short_press
|
||||||
subtype: turn_off
|
subtype: turn_off
|
||||||
action: []
|
action:
|
||||||
|
- service: switch.turn_on
|
||||||
|
target:
|
||||||
|
entity_id: switch.hulk_wol
|
||||||
mode: single
|
mode: single
|
||||||
|
Loading…
Reference in New Issue
Block a user