mirror of
https://github.com/home-assistant/core.git
synced 2026-07-18 03:52:41 +01:00
453848bcdc
* Add configuration option 'port' in config flow
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"ip_address": "[%key:common::config_flow::data::ip%]",
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
},
|
|
"data_description": {
|
|
"port": "The integration will default to 8050, if not set, which should be suitable for most installs"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"total_power": { "name": "Total power" },
|
|
"total_power_p1": { "name": "Power of P1" },
|
|
"total_power_p2": { "name": "Power of P2" },
|
|
"lifetime_production": { "name": "Total lifetime production" },
|
|
"lifetime_production_p1": { "name": "Lifetime production of P1" },
|
|
"lifetime_production_p2": { "name": "Lifetime production of P2" },
|
|
"today_production": { "name": "Production of today" },
|
|
"today_production_p1": { "name": "Production of today from P1" },
|
|
"today_production_p2": { "name": "Production of today from P2" }
|
|
},
|
|
"number": {
|
|
"max_output": { "name": "Max output" }
|
|
}
|
|
}
|
|
}
|