mirror of
https://github.com/home-assistant/core.git
synced 2026-09-07 14:01:20 +01:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]"
|
|
},
|
|
"create_entry": {
|
|
"default": "[%key:common::config_flow::create_entry::authenticated%]"
|
|
},
|
|
"step": {
|
|
"pick_implementation": {
|
|
"data": {
|
|
"implementation": "[%key:common::config_flow::data::implementation%]"
|
|
},
|
|
"data_description": {
|
|
"implementation": "[%key:common::config_flow::description::implementation%]"
|
|
},
|
|
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"oxydo_reduction_potential": {
|
|
"name": "Oxydo reduction potential"
|
|
},
|
|
"rssi": {
|
|
"name": "RSSI"
|
|
},
|
|
"salt": {
|
|
"name": "Salt"
|
|
},
|
|
"tds": {
|
|
"name": "TDS"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"oauth2_implementation_unavailable": {
|
|
"message": "[%key:common::exceptions::oauth2_implementation_unavailable::message%]"
|
|
}
|
|
}
|
|
}
|