mirror of
https://github.com/home-assistant/core.git
synced 2026-02-06 07:15:43 +01:00
* Import sensor.py * Light design alignment * Fix merge error * Refactor with extend * Update homeassistant/components/zimi/sensor.py Co-authored-by: Josef Zweck <josef@zweck.dev> * value_fn and inline refactoring * strings.json and translation_key * Add sensor_name * Revert "Add sensor_name" This reverts commitad3da048e9. * Default naming for sensors * Remove uneeded 'garage' and use default battery name * Bump to zcc-helper 3.5.2 which maps "Garage Controller" tp "Garage" in device.name * Update homeassistant/components/zimi/sensor.py Co-authored-by: Josef Zweck <josef@zweck.dev> * Update homeassistant/components/zimi/sensor.py Co-authored-by: Josef Zweck <josef@zweck.dev> * Update strings.json * Revert "Bump to zcc-helper 3.5.2 which maps "Garage Controller" tp "Garage" in device.name" This reverts commit345ef8a485. * Update homeassistant/components/zimi/sensor.py --------- Co-authored-by: Josef Zweck <josef@zweck.dev>
54 lines
1.8 KiB
JSON
54 lines
1.8 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Zimi - Discover device(s)",
|
|
"description": "Discover and auto-configure Zimi Cloud Connect device."
|
|
},
|
|
"selection": {
|
|
"title": "Zimi - Select device",
|
|
"description": "Select Zimi Cloud Connect device to configure.",
|
|
"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"
|
|
}
|
|
},
|
|
"manual": {
|
|
"title": "Zimi - Configure device",
|
|
"description": "Enter details of your Zimi Cloud Connect device.",
|
|
"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%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"timeout": "[%key:common::config_flow::error::timeout_connect%]",
|
|
"invalid_host": "[%key:common::config_flow::error::invalid_host%]",
|
|
"connection_refused": "Connection refused"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"door_temperature": {
|
|
"name": "Outside temperature"
|
|
}
|
|
}
|
|
}
|
|
}
|