From a6136111aa106cc82eccb01777adef367939ada2 Mon Sep 17 00:00:00 2001 From: groot406 Date: Sat, 3 Oct 2020 14:15:52 +0200 Subject: [PATCH] use common string for "Port" (#41104) --- homeassistant/components/wiffi/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/wiffi/strings.json b/homeassistant/components/wiffi/strings.json index e219b2ecae7..d4dc66972c7 100644 --- a/homeassistant/components/wiffi/strings.json +++ b/homeassistant/components/wiffi/strings.json @@ -4,7 +4,7 @@ "user": { "title": "Setup TCP server for WIFFI devices", "data": { - "port": "Server Port" + "port": "[%key:common::config_flow::data::port%]" } } },