1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 18:38:17 +00:00
Files
core/homeassistant/components/zimi/strings.json
2025-10-28 10:33:10 +01:00

54 lines
1.8 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"connection_refused": "Connection refused",
"invalid_host": "[%key:common::config_flow::error::invalid_host%]",
"timeout": "[%key:common::config_flow::error::timeout_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"manual": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
},
"data_description": {
"host": "[%key:component::zimi::config::step::selection::data_description::host%]",
"port": "[%key:component::zimi::config::step::selection::data_description::port%]"
},
"description": "Enter details of your Zimi Cloud Connect device.",
"title": "Zimi - Configure device"
},
"selection": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]",
"selected_host_and_port": "Selected ZCC"
},
"data_description": {
"host": "Mandatory - ZCC IP address.",
"port": "Mandatory - ZCC port number (default=5003).",
"selected_host_and_port": "Selected ZCC IP address and port number"
},
"description": "Select Zimi Cloud Connect device to configure.",
"title": "Zimi - Select device"
},
"user": {
"description": "Discover and auto-configure Zimi Cloud Connect device.",
"title": "Zimi - Discover device(s)"
}
}
},
"entity": {
"sensor": {
"door_temperature": {
"name": "Outside temperature"
}
}
}
}