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" : {
2021-05-07 19:59:51 +00:00
"title" : "Google Cast configuration" ,
"description" : "Known Hosts - A comma-separated list of hostnames or IP-addresses of cast devices, use if mDNS discovery is not working." ,
2021-03-01 23:18:18 +00:00
"data" : {
2021-05-07 19:59:51 +00:00
"known_hosts" : "Known hosts"
2021-03-01 23:18:18 +00:00
}
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" : {
2021-05-07 19:59:51 +00:00
"basic_options" : {
"title" : "Google Cast configuration" ,
"description" : "Known Hosts - A comma-separated list of hostnames or IP-addresses of cast devices, use if mDNS discovery is not working." ,
2021-03-01 23:18:18 +00:00
"data" : {
2021-05-07 19:59:51 +00:00
"known_hosts" : "Known hosts"
}
} ,
"advanced_options" : {
"title" : "Advanced Google Cast configuration" ,
2021-05-13 09:15:02 +00:00
"description" : "Allowed UUIDs - A comma-separated list of UUIDs of Cast devices to add to Home Assistant. Use only if you don’ t want to add all available cast devices.\nIgnore CEC - A comma-separated list of Chromecasts that should ignore CEC data for determining the active input. This will be passed to pychromecast.IGNORE_CEC." ,
2021-05-07 19:59:51 +00:00
"data" : {
"ignore_cec" : "Ignore CEC" ,
"uuid" : "Allowed UUIDs"
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
}
}
}