mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
47 lines
1.0 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|