Add shelly installed firmware info (#43221)
This commit is contained in:
parent
0bf9734af1
commit
3dbfd2cb70
3 changed files with 20 additions and 17 deletions
|
@ -64,7 +64,10 @@ REST_SENSORS = {
|
|||
icon="mdi:update",
|
||||
default_enabled=False,
|
||||
path="update/has_update",
|
||||
attributes={"description": "available version:", "path": "update/new_version"},
|
||||
attributes=[
|
||||
{"description": "latest_stable_version", "path": "update/new_version"},
|
||||
{"description": "installed_version", "path": "update/old_version"},
|
||||
],
|
||||
),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue