mirror of https://github.com/home-assistant/core
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"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_account%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"polling_interval": "Polling interval (in seconds)",
|
|
"ph_offset": "pH offset (positive or negative)"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"set_pump_speed": {
|
|
"name": "Set pump speed",
|
|
"description": "Sets the run speed of a variable speed pump.",
|
|
"fields": {
|
|
"speed": {
|
|
"name": "Speed",
|
|
"description": "Speed for the VSP between min and max speed."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|