1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 02:47:14 +00:00
Files
core/homeassistant/components/prana/strings.json
prana-dev-official bb3c977448 Prana integration (#156599)
Co-authored-by: Josef Zweck <josef@zweck.dev>
2026-01-28 17:22:19 +01:00

47 lines
1.0 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"invalid_device": "The device is invalid",
"invalid_device_or_unreachable": "The device is invalid or unreachable"
},
"error": {
"invalid_device_or_unreachable": "The device is invalid or unreachable"
},
"step": {
"confirm": {
"description": "Set up {name} at {host}?",
"title": "Confirm Prana device"
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The IP address or hostname of your Prana device."
},
"title": "Add Prana device by IP"
}
}
},
"entity": {
"switch": {
"auto": {
"name": "Auto"
},
"auto_plus": {
"name": "Auto plus"
},
"bound": {
"name": "Bound"
},
"heater": {
"name": "Heater"
},
"winter": {
"name": "Winter"
}
}
}
}