2020-03-11 19:28:38 +00:00
|
|
|
{
|
|
|
|
"config": {
|
2021-05-11 05:14:33 +00:00
|
|
|
"flow_title": "{name}",
|
2020-03-11 19:28:38 +00:00
|
|
|
"step": {
|
|
|
|
"ssdp_confirm": {
|
2020-04-22 13:05:39 +00:00
|
|
|
"description": "Do you want to set up {name}?"
|
2020-03-11 19:28:38 +00:00
|
|
|
},
|
|
|
|
"user": {
|
2020-05-11 04:14:26 +00:00
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]"
|
2023-11-30 16:24:21 +00:00
|
|
|
},
|
|
|
|
"data_description": {
|
|
|
|
"host": "The hostname or IP address of your DirectTV device."
|
2020-05-11 04:14:26 +00:00
|
|
|
}
|
2020-03-11 19:28:38 +00:00
|
|
|
}
|
|
|
|
},
|
2020-05-11 04:14:26 +00:00
|
|
|
"error": {
|
2022-03-30 08:35:30 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2020-05-11 04:14:26 +00:00
|
|
|
},
|
2020-03-11 19:28:38 +00:00
|
|
|
"abort": {
|
2020-05-11 04:14:26 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
2020-10-02 19:00:00 +00:00
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
2020-03-11 19:28:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|