2020-11-07 17:15:29 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
2021-05-07 21:05:59 +00:00
|
|
|
"name": "[%key:common::config_flow::data::name%]"
|
2020-11-07 17:15:29 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2023-01-24 06:59:32 +00:00
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
|
|
},
|
2020-11-07 17:15:29 +00:00
|
|
|
"error": {
|
2021-05-07 21:05:59 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"powered_off": "Is projector turned on? You need to turn on projector for initial configuration."
|
2020-11-07 17:15:29 +00:00
|
|
|
}
|
|
|
|
}
|
2020-11-11 12:22:52 +00:00
|
|
|
}
|