Add documentation for the auto_update property in Update entities (#1265)

This commit is contained in:
Joakim Sørensen 2022-04-01 12:57:06 +02:00 committed by GitHub
parent df3d9503e3
commit 802a2c11f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ Properties should always only return information from memory and not do I/O (lik
| 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.
| 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.