diff --git a/source/_components/updater.markdown b/source/_components/updater.markdown index 052c01e9e5e..1acc1d38544 100644 --- a/source/_components/updater.markdown +++ b/source/_components/updater.markdown @@ -56,6 +56,7 @@ It is possible to report the integrations that you are using to the Home Assista For an added bonus, an automation integration can be created to send a message with a notifier when that state of this component's entity changes. +{% raw %} ```yaml # Example configuration.yaml entry automation: @@ -68,5 +69,6 @@ automation: action: - service: notify.notify data: - message: 'Update for Home Assistant is available.' + message: "Home Assistant {{ state_attr('binary_sensor.updater', 'newest_version') }} is available." ``` +{% endraw %}