From 26114dc0950e70062412bdbe78c21c2a21b287de Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 1 Apr 2022 20:11:52 +0200 Subject: [PATCH] Rename current_version to installed_version in Update platform (#22221) --- source/_integrations/update.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/update.markdown b/source/_integrations/update.markdown index 97caf6dd650..ed79fa074c3 100644 --- a/source/_integrations/update.markdown +++ b/source/_integrations/update.markdown @@ -49,7 +49,7 @@ information on the update state: - `title`: The title/name of the available software or firmware. As the device name or entity name can be changed in Home Assistant, this title will provide the actual name of the software or firmware. -- `current_version`: The current version that is currently installed and in use. +- `installed_version`: The current version that is currently installed and in use. - `latest_version`: The latest version that is available for installation. - `skipped_version`: If a version update is skipped, this attribute will be set and contains the actual version that was skipped.