Add auto_update property to supervisor and addon update entities (#69055)

This commit is contained in:
Joakim Sørensen 2022-04-01 17:31:39 +02:00 committed by GitHub
parent bda997efe9
commit 78e4d7e1ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 83 additions and 8 deletions

View file

@ -39,6 +39,7 @@ WS_TYPE_SUBSCRIBE = "supervisor/subscribe"
EVENT_SUPERVISOR_EVENT = "supervisor_event"
ATTR_AUTO_UPDATE = "auto_update"
ATTR_VERSION = "version"
ATTR_VERSION_LATEST = "version_latest"
ATTR_UPDATE_AVAILABLE = "update_available"