diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 4b1a1fad..d4a80723 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -2023.4.5 \ No newline at end of file +2023.5.3 \ No newline at end of file diff --git a/config/automation/dark_rainy_day.yaml b/config/automation/dark_rainy_day.yaml index 3e6a3ba7..af5dcfe1 100755 --- a/config/automation/dark_rainy_day.yaml +++ b/config/automation/dark_rainy_day.yaml @@ -30,9 +30,9 @@ conditions: - condition: or conditions: - - condition: numeric_state - entity_id: sensor.pirateweather_cloud_coverage - above: 90 + # - condition: numeric_state + # entity_id: sensor.pirateweather_cloud_coverage + # above: 90 - condition: numeric_state entity_id: sensor.pirateweather_precip_intensity above: 0.2 diff --git a/config/automation/good_night.yaml b/config/automation/good_night.yaml index 3c6b545d..5030c905 100755 --- a/config/automation/good_night.yaml +++ b/config/automation/good_night.yaml @@ -85,6 +85,11 @@ - service: homeassistant.turn_off target: entity_id: switch.lr_amp + - service: homeassistant.turn_off + target: + entity_id: + - switch.kitchen_accent_2 + - group.master_bathroom_accents default: - service: homeassistant.turn_on diff --git a/config/configuration.yaml b/config/configuration.yaml index 431db7e9..37a81416 100755 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -91,27 +91,6 @@ logbook: - sensor.sleepnumber_carlo_stacey_pressure - sensor.sleepnumber_carlo_carlo_pressure -history: - include: - domains: - - sensor - - switch - - media_player - - light - - binary_sensor - - cover - - exclude: - entities: - - sensor.date - - sensor.pi_hole_ads_blocked_today - - sensor.pi_hole_ads_percentage_blocked_today - - sensor.pi_hole_dns_queries_today - - sensor.floorplan_date - - sensor.floorplan_time - - sensor.ha_uptime - - sensor.time - logger: !include logger.yaml recorder: !include recorder.yaml diff --git a/config/packages/conico.yaml b/config/packages/conico.yaml index 4e89bebe..c6fcfec1 100755 --- a/config/packages/conico.yaml +++ b/config/packages/conico.yaml @@ -30,6 +30,13 @@ automation: from: 'off' to: 'on' + - platform: state + entity_id: + - person.carlo + - person.stacey + from: 'not_home' + to: 'home' + action: - choose: - conditions: "{{ is_state('binary_sensor.sleepnumber_carlo_stacey_is_in_bed','on') }}" diff --git a/config/templates/speech/briefing.yaml b/config/templates/speech/briefing.yaml index 5cac0690..f7b7363d 100755 --- a/config/templates/speech/briefing.yaml +++ b/config/templates/speech/briefing.yaml @@ -32,7 +32,7 @@ {%- endmacro -%} {%- macro outside_weather() -%} - Outside, it is going to be {{ states('sensor.pirateweather_minutely_summary') }} + Outside, it is going to be {{ states('sensor.pirateweather_temperature') }} degrees and {{ states('sensor.pirateweather_summary') }} {%- endmacro -%} {%- macro lightning() -%}