{ "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 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.", "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" } } }