11{
22 "config" : {
3- "abort" : {
4- "already_configured" : " Device is already configured"
5- },
6- "error" : {
7- "cannot_connect" : " Failed to connect" ,
8- "invalid_auth" : " Invalid authentication" ,
9- "unknown" : " Unexpected error"
10- },
113 "step" : {
124 "user" : {
5+ "title" : " Zimi - Discover Device(s)" ,
6+ "description" : " Discover and auto-configure Zimi Cloud Connect device."
7+ },
8+ "selection" : {
9+ "title" : " Zimi - Select device" ,
10+ "description" : " Select Zimi Cloud Connect device to configure." ,
11+ "data" : {
12+ "host" : " [%key:common::config_flow::data::host%]" ,
13+ "port" : " [%key:common::config_flow::data::port%]"
14+ }
15+ },
16+ "manual" : {
17+ "title" : " Zimi - Configure Device" ,
18+ "description" : " Enter details of your Zimi Cloud Connect device." ,
1319 "data" : {
14- "host" : " Host (optional)" ,
15- "port" : " Port (optional)" ,
16- "verbosity" : " Verbosity (0-2)" ,
17- "timeout" : " Timeout (in secs)" ,
18- "watchdog" : " Watchdog Timeout (in secs)"
20+ "host" : " [%key:common::config_flow::data::host%]" ,
21+ "port" : " [%key:common::config_flow::data::port%]"
22+ },
23+ "data_description" : {
24+ "host" : " Mandatory - ZCC IP address." ,
25+ "port" : " Mandatory - ZCC port number (default=5003)."
1926 }
2027 }
28+ },
29+ "error" : {
30+ "already_configured" : " ZCC device {error_detail} is already configured" ,
31+ "cannot_connect" : " [%key:common::config_flow::error::cannot_connect%]" ,
32+ "invalid_auth" : " [%key:common::config_flow::error::invalid_auth%]" ,
33+ "unknown" : " [%key:common::config_flow::error::unknown%]" ,
34+ "timeout" : " Connection timed out" ,
35+ "duplicate_entry" : " Duplicate configuration entry: {error_detail}" ,
36+ "invalid_host" : " Invalid hostname" ,
37+ "invalid_mac" : " Invalid MAC address" ,
38+ "mismatched_mac" : " Configured MAC mismatch: {error_detail}" ,
39+ "connection_refused" : " Connection refused" ,
40+ "discovery_failure" : " ZCC discovery on LAN failed - manually define host, port and mac."
41+ },
42+ "abort" : {
43+ "already_configured" : " [%key:common::config_flow::abort::already_configured_device%]"
2144 }
2245 }
2346}
0 commit comments