1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00
Files
core/homeassistant/components/update/strings.json
2025-10-28 10:33:10 +01:00

84 lines
2.2 KiB
JSON

{
"device_automation": {
"extra_fields": {
"for": "[%key:common::device_automation::extra_fields::for%]"
},
"trigger_type": {
"changed_states": "{entity_name} update availability changed",
"turned_off": "{entity_name} became up-to-date",
"turned_on": "{entity_name} got an update available"
}
},
"entity_component": {
"_": {
"name": "[%key:component::update::title%]",
"state": {
"off": "Up-to-date",
"on": "Update available"
},
"state_attributes": {
"auto_update": {
"name": "Auto update",
"state": {
"false": "[%key:common::state::no%]",
"true": "[%key:common::state::yes%]"
}
},
"in_progress": {
"name": "In progress",
"state": {
"false": "[%key:common::state::no%]",
"true": "[%key:common::state::yes%]"
}
},
"installed_version": {
"name": "Installed version"
},
"latest_version": {
"name": "Latest version"
},
"release_summary": {
"name": "Release summary"
},
"release_url": {
"name": "Release URL"
},
"skipped_version": {
"name": "Skipped version"
},
"title": {
"name": "Title"
}
}
},
"firmware": {
"name": "Firmware"
}
},
"services": {
"clear_skipped": {
"description": "Removes the skipped version marker from an update.",
"name": "Clear skipped update"
},
"install": {
"description": "Installs an update for a device or service.",
"fields": {
"backup": {
"description": "If supported by the integration, this creates a backup before starting the update.",
"name": "Backup"
},
"version": {
"description": "The version to install. If omitted, the latest version will be installed.",
"name": "Version"
}
},
"name": "Install update"
},
"skip": {
"description": "Marks currently available update as skipped.",
"name": "Skip update"
}
},
"title": "Update"
}