From 725227f6796a23b23b3366e4f5304dd4f86a996d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 2 Jun 2021 13:15:24 +0200 Subject: [PATCH] Make clear what the updater checks for (#18028) --- source/_integrations/updater.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_integrations/updater.markdown b/source/_integrations/updater.markdown index 78443a5485b..a228180ab90 100644 --- a/source/_integrations/updater.markdown +++ b/source/_integrations/updater.markdown @@ -13,7 +13,10 @@ ha_platforms: - binary_sensor --- -The `updater` binary sensor will check daily for new releases. The state will be "on" when an update is available. Otherwise, the state will be "off". The newer version, as well as the link to the release notes, are attributes of the updater. +The `updater` binary sensor will check daily for new releases of the Home +Assistant Core. The state will be "on" when an update is available. Otherwise, +the state will be "off". The newer version, as well as the link to the release +notes, are attributes of the updater. ## Configuration