mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by: Piotr Buliński <piotr@bulinski.no> Co-authored-by: Piotr Buliński <piotr@qbee.io>
20 lines
503 B
JSON
20 lines
503 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"ip_address": "[%key:common::config_flow::data::ip%]",
|
|
"device_id": "[%key:common::config_flow::data::device%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
}
|
|
}
|