Skip to content

Commit

Permalink
fix update notification (hopefully!)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkywafer committed Jul 21, 2020
1 parent 7aeb204 commit 4da2123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/system/homeassistant_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ automation:
conditions:
- condition: state
entity_id: sensor.homeassistant_version_available
state: "Unavailable"
state: "unknown"
- condition: template
value_template: '{{ states("sensor.homeassistant_version_available") != states("sensor.homeassistant_current_version") }}'
action:
Expand Down

0 comments on commit 4da2123

Please sign in to comment.