From 77d39f9c4f4b10bfab25eb850b5e26542d8cbcdc Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 16 May 2022 10:07:39 +0200 Subject: [PATCH] Add missing title translation for the Siren domain (#71924) --- homeassistant/components/siren/strings.json | 3 +++ homeassistant/components/siren/translations/en.json | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 homeassistant/components/siren/strings.json create mode 100644 homeassistant/components/siren/translations/en.json diff --git a/homeassistant/components/siren/strings.json b/homeassistant/components/siren/strings.json new file mode 100644 index 00000000000..c8e60e91ce0 --- /dev/null +++ b/homeassistant/components/siren/strings.json @@ -0,0 +1,3 @@ +{ + "title": "Siren" +} diff --git a/homeassistant/components/siren/translations/en.json b/homeassistant/components/siren/translations/en.json new file mode 100644 index 00000000000..549bad8914b --- /dev/null +++ b/homeassistant/components/siren/translations/en.json @@ -0,0 +1,3 @@ +{ + "title": "Siren" +} \ No newline at end of file