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