2018-06-14 19:17:54 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"confirm": {
|
2020-10-03 13:12:17 +00:00
|
|
|
"description": "[%key:common::config_flow::description::confirm_setup%]"
|
2021-03-01 23:18:18 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"title": "Google Cast",
|
|
|
|
"description": "Please enter the Google Cast configuration.",
|
|
|
|
"data": {
|
|
|
|
"known_hosts": "Optional list of known hosts if mDNS discovery is not working."
|
|
|
|
}
|
2018-06-14 19:17:54 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"abort": {
|
2021-03-01 23:18:18 +00:00
|
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"invalid_known_hosts": "Known hosts must be a comma separated list of hosts."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"options": {
|
|
|
|
"description": "Please enter the Google Cast configuration.",
|
|
|
|
"data": {
|
2021-03-25 13:06:01 +00:00
|
|
|
"ignore_cec": "Optional list which will be passed to pychromecast.IGNORE_CEC.",
|
|
|
|
"known_hosts": "Optional list of known hosts if mDNS discovery is not working.",
|
|
|
|
"uuid": "Optional list of UUIDs. Casts not listed will not be added."
|
2021-03-01 23:18:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"invalid_known_hosts": "Known hosts must be a comma separated list of hosts."
|
2018-06-14 19:17:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|