Add auto_update property to supervisor and addon update entities (#69055)
This commit is contained in:
parent
bda997efe9
commit
78e4d7e1ca
7 changed files with 83 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue