diff --git a/.HA_VERSION b/.HA_VERSION index 22bd7d5..cc872d7 100644 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -2021.12.1 \ No newline at end of file +2022.3.8 \ No newline at end of file diff --git a/automations/system/update.yaml b/automations/system/update.yaml index cba92ad..5441ea3 100644 --- a/automations/system/update.yaml +++ b/automations/system/update.yaml @@ -2,10 +2,10 @@ - alias: "Update Available Notification" trigger: - platform: state - entity_id: binary_sensor.updater + entity_id: binary_sensor.home_assistant_website_update_available from: "off" to: "on" action: - service: notify.notify data: - message: "Home Assistant {{ state_attr('binary_sensor.updater', 'newest_version') }} is available." + message: "Home Assistant {{ states('sensor.home_assistant_website') }} is available."