36 lines
803 B
JSON
36 lines
803 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"pick_implementation": {
|
|
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
|
}
|
|
},
|
|
"abort": {
|
|
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
|
|
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]"
|
|
},
|
|
"create_entry": {
|
|
"default": "[%key:common::config_flow::create_entry::authenticated%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"oxydo_reduction_potential": {
|
|
"name": "Oxydo reduction potential"
|
|
},
|
|
"ph": {
|
|
"name": "pH"
|
|
},
|
|
"tds": {
|
|
"name": "TDS"
|
|
},
|
|
"rssi": {
|
|
"name": "RSSI"
|
|
},
|
|
"salt": {
|
|
"name": "Salt"
|
|
}
|
|
}
|
|
}
|
|
}
|