From a0e9cf31ee24b8132550966cc101411dc0f432eb Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sun, 29 May 2022 17:06:09 -0700 Subject: [PATCH] Add translations --- homeassistant/components/rtsp_to_webrtc/strings.json | 9 +++++++++ .../components/rtsp_to_webrtc/translations/en.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/homeassistant/components/rtsp_to_webrtc/strings.json b/homeassistant/components/rtsp_to_webrtc/strings.json index 5ef91eaf2060ae..939c30766e278d 100644 --- a/homeassistant/components/rtsp_to_webrtc/strings.json +++ b/homeassistant/components/rtsp_to_webrtc/strings.json @@ -23,5 +23,14 @@ "server_failure": "RTSPtoWebRTC server returned an error. Check logs for more information.", "server_unreachable": "Unable to communicate with RTSPtoWebRTC server. Check logs for more information." } + }, + "options": { + "step": { + "init": { + "data": { + "stun_server": "Stun server address (host:port)" + } + } + } } } diff --git a/homeassistant/components/rtsp_to_webrtc/translations/en.json b/homeassistant/components/rtsp_to_webrtc/translations/en.json index c54983d63d35f3..a519883b764d4d 100644 --- a/homeassistant/components/rtsp_to_webrtc/translations/en.json +++ b/homeassistant/components/rtsp_to_webrtc/translations/en.json @@ -23,5 +23,14 @@ "title": "Configure RTSPtoWebRTC" } } + }, + "options": { + "step": { + "init": { + "data": { + "stun_server": "Stun server address (host:port)" + } + } + } } } \ No newline at end of file