diff --git a/configuration/automations/front-door-doorbell.yaml b/configuration/automations/front-door-doorbell.yaml index 3c6b4ba..53fbaec 100644 --- a/configuration/automations/front-door-doorbell.yaml +++ b/configuration/automations/front-door-doorbell.yaml @@ -14,3 +14,35 @@ actions: - action: UNLOCK_DOOR title: Unlock door + - service: light.turn_on + target: + entity_id: light.notification_cube_light + - service: zha.issue_zigbee_cluster_command + data: + cluster_type: in + ieee: 00:12:4b:00:23:a6:51:b1 + endpoint_id: 11 + cluster_id: 768 + command: 68 + command_type: server + params: + update_flags: [ "Action", "Direction", "Time", "Start Hue" ] + action: "Activate from current hue" + direction: "Increment" + time: 1 + start_hue: 1 + - delay: '0:00:30' + - service: zha.issue_zigbee_cluster_command + data: + cluster_type: in + ieee: 00:12:4b:00:23:a6:51:b1 + endpoint_id: 11 + cluster_id: 768 + command: 68 + command_type: server + params: + update_flags: [ "Action", "Direction", "Time", "Start Hue" ] + action: "Deactivate" + direction: "Increment" + time: 1 + start_hue: 1