Add speed change for blinds in alarm clock
This commit is contained in:
parent
bce3f37b47
commit
2ec8ddf70e
@ -6,6 +6,33 @@
|
||||
offset: '-0:30:0'
|
||||
entity_id: calendar.automations_wakeup
|
||||
action:
|
||||
# Set speed for blinds
|
||||
- service: zha.issue_zigbee_cluster_command
|
||||
data:
|
||||
ieee: '84:71:27:ff:fe:d3:3a:e9' # Bedroom Blind Left
|
||||
command: 0x0006
|
||||
command_type: server
|
||||
endpoint_id: 1
|
||||
cluster_id: 258
|
||||
args:
|
||||
- 0
|
||||
- 0
|
||||
- 0x69
|
||||
- 0
|
||||
- [ 4, 0, 0, 0, 10 ]
|
||||
- service: zha.issue_zigbee_cluster_command
|
||||
data:
|
||||
ieee: '84:71:27:ff:fe:cf:cd:ec' # Bedroom Blind Right
|
||||
command: 0x0006
|
||||
command_type: server
|
||||
endpoint_id: 1
|
||||
cluster_id: 258
|
||||
args:
|
||||
- 0
|
||||
- 0
|
||||
- 0x69
|
||||
- 0
|
||||
- [ 4, 0, 0, 0, 10 ]
|
||||
- service: automation.turn_off
|
||||
target:
|
||||
entity_id:
|
||||
@ -72,4 +99,31 @@
|
||||
- light.bedroom_lights
|
||||
- light.bed_lamps
|
||||
- light.bed_lightstrip
|
||||
# Set back speed for blinds
|
||||
- service: zha.issue_zigbee_cluster_command
|
||||
data:
|
||||
ieee: '84:71:27:ff:fe:d3:3a:e9' # Bedroom Blind Left
|
||||
command: 0x0006
|
||||
command_type: server
|
||||
endpoint_id: 1
|
||||
cluster_id: 258
|
||||
args:
|
||||
- 0
|
||||
- 0
|
||||
- 0x69
|
||||
- 0
|
||||
- [ 4, 0, 0, 0, 100 ]
|
||||
- service: zha.issue_zigbee_cluster_command
|
||||
data:
|
||||
ieee: '84:71:27:ff:fe:cf:cd:ec' # Bedroom Blind Right
|
||||
command: 0x0006
|
||||
command_type: server
|
||||
endpoint_id: 1
|
||||
cluster_id: 258
|
||||
args:
|
||||
- 0
|
||||
- 0
|
||||
- 0x69
|
||||
- 0
|
||||
- [ 4, 0, 0, 0, 100 ]
|
||||
mode: single
|
||||
|
Loading…
Reference in New Issue
Block a user