From 802a2c11f093e9da7f3247cfce9609e8aae549f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Fri, 1 Apr 2022 12:57:06 +0200 Subject: [PATCH] Add documentation for the auto_update property in Update entities (#1265) --- docs/core/entity/update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/entity/update.md b/docs/core/entity/update.md index d7969804..bf302235 100644 --- a/docs/core/entity/update.md +++ b/docs/core/entity/update.md @@ -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.