From 61bdf3e4c61543007e5b2ebbf7772af924f0468d Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Tue, 25 Aug 2026 03:06:16 -0400 Subject: [PATCH] Add missing data description for the Vizio TV pairing code (#180063) --- homeassistant/components/vizio/strings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/components/vizio/strings.json b/homeassistant/components/vizio/strings.json index 12214b514392..22e5d623931d 100644 --- a/homeassistant/components/vizio/strings.json +++ b/homeassistant/components/vizio/strings.json @@ -15,6 +15,9 @@ "data": { "pin": "[%key:common::config_flow::data::pin%]" }, + "data_description": { + "pin": "The pairing code currently shown on your TV screen." + }, "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" },