40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{model} ({host})",
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The IP address or hostname of your Pure Energie Meter."
|
|
}
|
|
},
|
|
"zeroconf_confirm": {
|
|
"description": "Do you want to add Pure Energie Meter (`{model}`) to Home Assistant?",
|
|
"title": "Discovered Pure Energie Meter device"
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"power_flow": {
|
|
"name": "Power flow"
|
|
},
|
|
"energy_consumption_total": {
|
|
"name": "Energy consumption"
|
|
},
|
|
"energy_production_total": {
|
|
"name": "Energy production"
|
|
}
|
|
}
|
|
}
|
|
}
|