Rename current_version to installed_version in Update platform (#22221)

This commit is contained in:
Franck Nijhof 2022-04-01 20:11:52 +02:00
parent 0c973aeac6
commit 26114dc095
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -49,7 +49,7 @@ information on the update state:
- `title`: The title/name of the available software or firmware. As the device - `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 name or entity name can be changed in Home Assistant, this title will provide
the actual name of the software or firmware. 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. - `latest_version`: The latest version that is available for installation.
- `skipped_version`: If a version update is skipped, this attribute will be set - `skipped_version`: If a version update is skipped, this attribute will be set
and contains the actual version that was skipped. and contains the actual version that was skipped.