20 lines
613 B
JSON
20 lines
613 B
JSON
|
{
|
||
|
"config": {
|
||
|
"step": {
|
||
|
"user": {
|
||
|
"description": "Set up Ambee to integrate with Home Assistant.",
|
||
|
"data": {
|
||
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
||
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
||
|
"longitude": "[%key:common::config_flow::data::longitude%]",
|
||
|
"name": "[%key:common::config_flow::data::name%]"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"error": {
|
||
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||
|
"invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]"
|
||
|
}
|
||
|
}
|
||
|
}
|