Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions homeassistant/components/vizio/strings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"config": {
"title": "Vizio SmartCast",
"title": "VIZIO SmartCast",
"step": {
"user": {
"title": "Setup Vizio SmartCast Device",
"title": "Setup 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.",
"data": {
"name": "Name",
Expand All @@ -21,16 +21,16 @@
},
"pairing_complete": {
"title": "Pairing Complete",
"description": "Your Vizio SmartCast device is now connected to Home Assistant."
"description": "Your VIZIO SmartCast device is now connected to Home Assistant."
},
"pairing_complete_import": {
"title": "Pairing Complete",
"description": "Your Vizio SmartCast TV is now connected to Home Assistant.\n\nYour Access Token is '**{access_token}**'."
"description": "Your VIZIO SmartCast TV is now connected to Home Assistant.\n\nYour Access Token is '**{access_token}**'."
}
},
"error": {
"host_exists": "Vizio device with specified host already configured.",
"name_exists": "Vizio device with specified name already configured.",
"host_exists": "VIZIO device with specified host already configured.",
"name_exists": "VIZIO device with specified name already configured.",
"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.",
"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."
},
Expand All @@ -40,10 +40,10 @@
}
},
"options": {
"title": "Update Vizo SmartCast Options",
"title": "Update VIZIO SmartCast Options",
"step": {
"init": {
"title": "Update Vizo SmartCast Options",
"title": "Update VIZIO SmartCast Options",
"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.",
"data": {
"volume_step": "Volume Step Size",
Expand Down