diff --git a/config/.HA_VERSION b/config/.HA_VERSION index b0db10da..4b1a1fad 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -2023.4.0 \ No newline at end of file +2023.4.5 \ No newline at end of file diff --git a/config/automation/good_night.yaml b/config/automation/good_night.yaml index 4c663bd8..3c6b545d 100755 --- a/config/automation/good_night.yaml +++ b/config/automation/good_night.yaml @@ -48,7 +48,11 @@ entity_id: input_boolean.good_night - service: homeassistant.turn_off entity_id: group.outdoor_seasonal - + - service: homeassistant.turn_off + entity_id: switch.kitchen_accent_2 + - service: homeassistant.turn_off + entity_id: group.master_bathroom_accents + - service: script.interior_off - wait_template: "{{ states.media_player.master_bedroom.state == 'standby' }}"