From f4628f79c2f43780df3bbe6f670f08a069695d56 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Mon, 19 Jul 2021 21:38:24 +0200 Subject: [PATCH] Change automations from computer lights to desk lightbar --- configuration/automations/goto-sleep.yaml | 2 +- configuration/automations/hallway-doorbell.yaml | 2 +- configuration/automations/work.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration/automations/goto-sleep.yaml b/configuration/automations/goto-sleep.yaml index 85b79b1..a05d159 100644 --- a/configuration/automations/goto-sleep.yaml +++ b/configuration/automations/goto-sleep.yaml @@ -24,7 +24,7 @@ - 255 - 0 - 0 - entity_id: light.computer_lights + entity_id: light.desk_lightbar_ambilight - delay: '0:05:00' - condition: state entity_id: binary_sensor.desktop diff --git a/configuration/automations/hallway-doorbell.yaml b/configuration/automations/hallway-doorbell.yaml index 5ee68db..85687b8 100644 --- a/configuration/automations/hallway-doorbell.yaml +++ b/configuration/automations/hallway-doorbell.yaml @@ -16,13 +16,13 @@ entity_id: input_boolean.mute_doorbell state: 'off' sequence: - - service: script.pause_all_players - service: switch.turn_on target: entity_id: switch.doorbell_bell - service: switch.turn_off target: entity_id: switch.doorbell_bell + - service: script.pause_all_players - service: light.turn_on data: effect: Police diff --git a/configuration/automations/work.yaml b/configuration/automations/work.yaml index 86cc4fd..0ca23a4 100644 --- a/configuration/automations/work.yaml +++ b/configuration/automations/work.yaml @@ -28,7 +28,7 @@ - 0 - 0 - 255 - entity_id: light.computer_lights + entity_id: light.desk_lightbar_ambilight mode: single - id: daily_off