{ "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%]" } } }, "exceptions": { "app_not_supported": { "message": "App {app_name} is not supported" } }, "options": { "step": { "init": { "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%]" }, "sections": { "more_options": { "data": { "ignore_cec": "Ignore CEC", "uuid": "Allowed UUIDs" }, "data_description": { "ignore_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.", "uuid": "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." }, "name": "More options" } }, "title": "[%key:component::cast::config::step::config::title%]" } } }, "services": { "show_lovelace_view": { "description": "Shows a dashboard view on a Google Cast 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 via Google Cast" } } }