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