{ "config": { "abort": { "already_configured_device": "[%key:common::config_flow::abort::already_configured_device%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "updated_entry": "This entry has already been set up but the name, apps, and/or options defined in the configuration do not match the previously imported configuration, so the configuration entry has been updated accordingly." }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "complete_pairing_failed": "Unable to complete pairing. Ensure the PIN you provided is correct and the TV is still powered and connected to the network before resubmitting.", "existing_config_entry_found": "An existing VIZIO SmartCast device config entry with the same serial number has already been configured. You must delete the existing entry in order to configure this one." }, "step": { "pair_tv": { "data": { "pin": "[%key:common::config_flow::data::pin%]" }, "description": "Your TV should be displaying a code. Enter that code into the form and then continue to the next step to complete the pairing.", "title": "Complete pairing process" }, "pairing_complete": { "description": "Your VIZIO SmartCast device is now connected to Home Assistant.", "title": "Pairing complete" }, "pairing_complete_import": { "description": "Your VIZIO SmartCast device is now connected to Home Assistant.\n\nYour access token is '**{access_token}**'.", "title": "[%key:component::vizio::config::step::pairing_complete::title%]" }, "user": { "data": { "access_token": "[%key:common::config_flow::data::access_token%]", "device_class": "Device type", "host": "[%key:common::config_flow::data::host%]", "name": "[%key:common::config_flow::data::name%]" }, "data_description": { "host": "Hostname or IP address of your VIZIO SmartCast device." }, "description": "An access token is only needed for TVs. If you are configuring a TV and do not have an access token yet, leave it blank to go through a pairing process." } } }, "options": { "step": { "init": { "data": { "apps_to_include_or_exclude": "Apps to include or exclude", "include_or_exclude": "Include or exclude apps?", "volume_step": "Volume step size" }, "description": "If you have a Smart TV, you can optionally filter your source list by choosing which apps to include or exclude in your source list.", "title": "Update VIZIO SmartCast device options" } } }, "services": { "update_setting": { "description": "Updates the value of a setting on a Vizio media player device.", "fields": { "new_value": { "description": "The new value for the setting.", "name": "New value" }, "setting_name": { "description": "The name of the setting to be changed. Available settings for a given setting_type are listed in the '[setting_type]_settings' property.", "name": "Setting name" }, "setting_type": { "description": "The type of setting to be changed. Available types are listed in the 'setting_types' property.", "name": "Setting type" } }, "name": "Update setting" } } }