1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 14:31:13 +00:00
Files
core/homeassistant/components/version/strings.json
2025-10-28 10:33:10 +01:00

28 lines
761 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"step": {
"user": {
"data": {
"version_source": "Version source"
},
"description": "Select the source you want to track versions from",
"title": "Select installation type"
},
"version_source": {
"data": {
"beta": "Include beta versions",
"board": "Which board should be tracked",
"channel": "Which channel should be tracked",
"image": "Which image should be tracked"
},
"description": "Configure {version_source} version tracking",
"title": "Configure"
}
}
},
"title": "Version"
}