2021-01-04 16:09:01 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"pick_implementation": {
|
|
|
|
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
|
2023-11-11 10:02:51 +00:00
|
|
|
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
|
|
|
|
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
|
|
|
|
"oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]",
|
2023-11-12 20:13:38 +00:00
|
|
|
"oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]",
|
|
|
|
"oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]"
|
2021-01-04 16:09:01 +00:00
|
|
|
},
|
|
|
|
"create_entry": {
|
|
|
|
"default": "[%key:common::config_flow::create_entry::authenticated%]"
|
|
|
|
}
|
2023-07-22 11:16:07 +00:00
|
|
|
},
|
|
|
|
"entity": {
|
|
|
|
"sensor": {
|
|
|
|
"oxydo_reduction_potential": {
|
|
|
|
"name": "Oxydo reduction potential"
|
|
|
|
},
|
|
|
|
"tds": {
|
|
|
|
"name": "TDS"
|
|
|
|
},
|
|
|
|
"rssi": {
|
|
|
|
"name": "RSSI"
|
|
|
|
},
|
|
|
|
"salt": {
|
|
|
|
"name": "Salt"
|
|
|
|
}
|
|
|
|
}
|
2021-01-04 16:09:01 +00:00
|
|
|
}
|
2022-03-30 08:35:30 +00:00
|
|
|
}
|