core/homeassistant/components/vizio/strings.json

40 lines
1.7 KiB
JSON

{
"config": {
"title": "Vizio SmartCast",
"step": {
"user": {
"title": "Setup Vizio SmartCast Client",
"data": {
"name": "Name",
"host": "<Host/IP>:<Port>",
"device_class": "Device Type",
"access_token": "Access Token"
}
}
},
"error": {
"host_exists": "Host already configured.",
"name_exists": "Name already configured.",
"cant_connect": "Could not connect to the device. [Review the docs](https://www.home-assistant.io/integrations/vizio/) and re-verify that:\n- The device is powered on\n- The device is connected to the network\n- The values you filled in are accurate\nbefore attempting to resubmit.",
"tv_needs_token": "When Device Type is `tv` then a valid Access Token is needed."
},
"abort": {
"already_in_progress": "Config flow for vizio component already in progress.",
"already_setup": "This entry has already been setup.",
"host_exists": "Vizio component with host already configured.",
"name_exists": "Vizio component with name already configured.",
"updated_volume_step": "This entry has already been setup but the volume step size in the config does not match the config entry so the config entry has been updated accordingly."
}
},
"options": {
"title": "Update Vizo SmartCast Options",
"step": {
"init": {
"title": "Update Vizo SmartCast Options",
"data": {
"volume_step": "Volume Step Size"
}
}
}
}
}