diff --git a/packages/presence.yaml b/packages/presence.yaml index 1b8356d..29e9f52 100644 --- a/packages/presence.yaml +++ b/packages/presence.yaml @@ -605,7 +605,7 @@ script: entity_id: - input_select.living_room_scenes - input_select.mud_room_scenes - - input_select.dining_room_scenes + - input_select.dining_room_lamp_scenes data: option: Adaptive - service: light.turn_off diff --git a/templates/speech/daily_briefing.yaml b/templates/speech/daily_briefing.yaml index cf4d187..e4c2f9d 100644 --- a/templates/speech/daily_briefing.yaml +++ b/templates/speech/daily_briefing.yaml @@ -662,7 +662,7 @@ {% endif %} {% endif %} {% if is_state('sensor.los_angeles_dodgers','POST') %} - {% if state_attr('sensor.los_angeles_dodgerts','opponent_abbr') not in ['MIN'] %} + {% if state_attr('sensor.los_angeles_dodgers','opponent_abbr') not in ['MIN'] %} {% set date = state_attr('sensor.los_angeles_dodgers','date') | as_timestamp | timestamp_custom('%m-%d') %} {% set yday = (as_timestamp(now()) - (24*3600)) | timestamp_custom('%m-%d') %} {% if date == now().strftime('%m-%d') %} diff --git a/templates/speech/morning_briefing.yaml b/templates/speech/morning_briefing.yaml index bef85f9..96c3114 100644 --- a/templates/speech/morning_briefing.yaml +++ b/templates/speech/morning_briefing.yaml @@ -460,7 +460,7 @@ {% endif %} {% endif %} {% if is_state('sensor.los_angeles_dodgers','POST') %} - {% if state_attr('sensor.los_angeles_dodgerts','opponent_abbr') not in ['MIN'] %} + {% if state_attr('sensor.los_angeles_dodgers','opponent_abbr') not in ['MIN'] %} {% set date = state_attr('sensor.los_angeles_dodgers','date') | as_timestamp | timestamp_custom('%m-%d') %} {% set yday = (as_timestamp(now()) - (24*3600)) | timestamp_custom('%m-%d') %} {% if date == now().strftime('%m-%d') %} diff --git a/templates/speech/nightly_briefing.yaml b/templates/speech/nightly_briefing.yaml index 7b1716c..9d2b304 100644 --- a/templates/speech/nightly_briefing.yaml +++ b/templates/speech/nightly_briefing.yaml @@ -374,7 +374,7 @@ {% endif %} {% endif %} {% if is_state('sensor.los_angeles_dodgers','POST') %} - {% if state_attr('sensor.los_angeles_dodgerts','opponent_abbr') not in ['MIN'] %} + {% if state_attr('sensor.los_angeles_dodgers','opponent_abbr') not in ['MIN'] %} {% set date = state_attr('sensor.los_angeles_dodgers','date') | as_timestamp | timestamp_custom('%m-%d') %} {% set yday = (as_timestamp(now()) - (24*3600)) | timestamp_custom('%m-%d') %} {% if date == now().strftime('%m-%d') %}