mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-04-29 07:47:14 +00:00
Adjust auto_update for update entity (#1333)
This commit is contained in:
parent
8e7cd6d474
commit
76d4c8aacf
@ -23,7 +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.
|
| auto_update | bool | `False` | The device or service that the entity represents has auto update logic. When this is set to `True` you can not skip updates.
|
||||||
| 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%.
|
||||||
| installed_version | str | `None` | The currently installed and used version of the software.
|
| installed_version | str | `None` | The currently installed and used version of the software.
|
||||||
| 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