Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Jul 15, 2024
1 parent de9a3e8 commit 8828bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/areas/outdoor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ template:
availability: "{{ not is_state('sensor.weather_quebec_temperature', 'unavailable') }}"
- unique_id: "sensor.weather_summary"
name: "weather_summary"
state: "{{ states('sensor.weather_quebec_forecast ') }}"
state: "{{ states('sensor.weather_quebec_forecast') }}"
icon: >
{% set state_icon = states('weather.quebec')
| replace('partlycloudy', 'partly-cloudy')
Expand Down
2 changes: 1 addition & 1 deletion packages/livings/plants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ input_boolean:
automation:
- id: "994eba31-84de-4769-8958-f24b5346111a"
alias: notify_plant_problems
initial_state: true
initial_state: true
mode: "parallel"
trigger:
- platform: state
Expand Down

0 comments on commit 8828bb5

Please sign in to comment.