Make clear what the updater checks for (#18028)

This commit is contained in:
Franck Nijhof 2021-06-02 13:15:24 +02:00 committed by GitHub
parent 322f4b2579
commit 725227f679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,10 @@ ha_platforms:
- binary_sensor - 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 ## Configuration