* add select sensor to Electric Kiwi * Update homeassistant/components/electric_kiwi/select.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * simplify the HOP select since there is only one * remove handle coordinator state --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"pick_implementation": {
|
|
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
|
},
|
|
"reauth_confirm": {
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
"description": "The Electric Kiwi integration needs to re-authenticate your account"
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
|
|
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
|
|
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
|
|
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",
|
|
"user_rejected_authorize": "[%key:common::config_flow::abort::oauth2_user_rejected_authorize%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"create_entry": {
|
|
"default": "[%key:common::config_flow::create_entry::authenticated%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"hopfreepowerstart": {
|
|
"name": "Hour of free power start"
|
|
},
|
|
"hopfreepowerend": {
|
|
"name": "Hour of free power end"
|
|
}
|
|
},
|
|
"select": {
|
|
"hopselector": {
|
|
"name": "Hour of free power"
|
|
}
|
|
}
|
|
}
|
|
}
|