diff --git a/homeassistant/components/alert/strings.json b/homeassistant/components/alert/strings.json new file mode 100644 index 00000000000..fb31ecd0577 --- /dev/null +++ b/homeassistant/components/alert/strings.json @@ -0,0 +1,10 @@ +{ + "title": "Alert", + "state": { + "_": { + "idle": "[%key:common::state::idle%]", + "off": "Acknowledged", + "on": "[%key:common::state::active%]" + } + } +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 42a6dac3631..508de01df97 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -154,7 +154,6 @@ "iot_class": "local_push" }, "alert": { - "name": "Alert", "integration_type": "hub", "config_flow": false, "iot_class": "local_push" @@ -6414,6 +6413,7 @@ } }, "translated_name": [ + "alert", "aurora", "cert_expiry", "cpuspeed",