mirror of https://github.com/home-assistant/core
37 lines
874 B
JSON
37 lines
874 B
JSON
{
|
|
"config": {
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of your SiteSage Emonitor device."
|
|
}
|
|
},
|
|
"confirm": {
|
|
"title": "Set up SiteSage Emonitor",
|
|
"description": "Do you want to set up {name} ({host})?"
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"average": {
|
|
"name": "{label} average"
|
|
},
|
|
"max": {
|
|
"name": "{label} max"
|
|
}
|
|
}
|
|
}
|
|
}
|