mirror of
https://github.com/elisspace/core.git
synced 2026-09-20 01:31:36 +00:00
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
19 lines
520 B
JSON
19 lines
520 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"url": "[%key:common::config_flow::data::url%]",
|
|
"path": "[%key:common::config_flow::data::path%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]"
|
|
}
|
|
}
|
|
}
|