Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions homeassistant/components/update/services.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,24 @@
install:
name: Install update
description: Install an update for this device or service
target:
entity:
domain: update
fields:
version:
name: Version
description: Version to install, if omitted, the latest version will be installed.
required: false
example: "1.0.0"
selector:
text:
backup:
name: Backup
description: Backup before installing the update, if supported by the integration.
required: false
selector:
boolean:

skip:
name: Skip update
description: Mark currently available update as skipped.
target:
entity:
domain: update

clear_skipped:
name: Clear skipped update
description: Removes the skipped version marker from an update.
target:
entity:
domain: update
24 changes: 24 additions & 0 deletions homeassistant/components/update/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,29 @@
"firmware": {
"name": "Firmware"
}
},
"services": {
"install": {
"name": "Install update",
"description": "Installs an update for this device or service.",
"fields": {
"version": {
"name": "Version",
"description": "Version to install, if omitted, the latest version will be installed."
Comment thread
frenck marked this conversation as resolved.
Outdated
},
"backup": {
"name": "Backup",
"description": "Backup before installing the update, if supported by the integration."
Comment thread
frenck marked this conversation as resolved.
Outdated
}
}
},
"skip": {
"name": "Skip update",
"description": "Marks currently available update as skipped."
},
"clear_skipped": {
"name": "Clear skipped update",
"description": "Removes the skipped version marker from an update."
}
}
}