Files
core/homeassistant/components/cast/strings.json
2025-10-28 10:33:10 +01:00

66 lines
2.2 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"config": {
"error": {
"invalid_known_hosts": "Known hosts must be a comma-separated list of hosts."
},
"step": {
"config": {
"data": {
"known_hosts": "Add known host"
},
"data_description": {
"known_hosts": "Hostnames or IP addresses of cast devices, use if mDNS discovery is not working"
},
"title": "Google Cast configuration"
},
"confirm": {
"description": "[%key:common::config_flow::description::confirm_setup%]"
}
}
},
"options": {
"error": {
"invalid_known_hosts": "[%key:component::cast::config::error::invalid_known_hosts%]"
},
"step": {
"advanced_options": {
"data": {
"ignore_cec": "Ignore CEC",
"uuid": "Allowed UUIDs"
},
"description": "Allowed UUIDs - A comma-separated list of UUIDs of Cast devices to add to Home Assistant. Use only if you dont 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.",
"title": "Advanced Google Cast configuration"
},
"basic_options": {
"data": {
"known_hosts": "[%key:component::cast::config::step::config::data::known_hosts%]"
},
"data_description": {
"known_hosts": "[%key:component::cast::config::step::config::data_description::known_hosts%]"
},
"title": "[%key:component::cast::config::step::config::title%]"
}
}
},
"services": {
"show_lovelace_view": {
"description": "Shows a dashboard view on a Chromecast device.",
"fields": {
"dashboard_path": {
"description": "The URL path of the dashboard to show, defaults to lovelace if not specified.",
"name": "Dashboard path"
},
"entity_id": {
"description": "Media player entity to show the dashboard view on.",
"name": "Entity"
},
"view_path": {
"description": "The URL path of the dashboard view to show.",
"name": "View path"
}
},
"name": "Show dashboard view"
}
}
}