mirror of https://github.com/home-assistant/core
31 lines
837 B
JSON
31 lines
837 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Flick Login Credentials",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"client_id": "Client ID (optional)",
|
|
"client_secret": "Client Secret (optional)"
|
|
}
|
|
}
|
|
},
|
|
"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%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"power_price": {
|
|
"name": "Flick power price"
|
|
}
|
|
}
|
|
}
|
|
}
|