54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"pending_system_alerts": {
|
|
"name": "Pending system alerts"
|
|
},
|
|
"water_detected": {
|
|
"name": "Water detected"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"daily_consumption": {
|
|
"name": "Today's water usage"
|
|
},
|
|
"current_system_mode": {
|
|
"name": "Current system mode"
|
|
},
|
|
"current_flow_rate": {
|
|
"name": "Water flow rate"
|
|
},
|
|
"water_temperature": {
|
|
"name": "Water temperature"
|
|
},
|
|
"water_pressure": {
|
|
"name": "Water pressure"
|
|
}
|
|
},
|
|
"switch": {
|
|
"shutoff_valve": {
|
|
"name": "Shutoff valve"
|
|
}
|
|
}
|
|
}
|
|
}
|