mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 10:26:30 +00:00
Add documentation for the auto_update property in Update entities (#1265)
This commit is contained in:
parent
df3d9503e3
commit
802a2c11f0
@ -23,6 +23,7 @@ Properties should always only return information from memory and not do I/O (lik
|
|||||||
|
|
||||||
| Name | Type | Default | Description
|
| Name | Type | Default | Description
|
||||||
| ---- | ---- | ------- | -----------
|
| ---- | ---- | ------- | -----------
|
||||||
|
| auto_update | bool | `False` | The device or service that the entity represent have auto update logic, when this is set you can not skip updates.
|
||||||
| current_version | str | `None` | The current version of the software installed.
|
| current_version | str | `None` | The current version of the software installed.
|
||||||
| in_progress | bool, int | `None` | Update installation progress. Can either return a boolean (True if in progress, False if not) or an integer to indicate the progress from 0 to 100%.
|
| in_progress | bool, int | `None` | Update installation progress. Can either return a boolean (True if in progress, False if not) or an integer to indicate the progress from 0 to 100%.
|
||||||
| latest_version | str | `None` | The latest version of the software available.
|
| latest_version | str | `None` | The latest version of the software available.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user