hass-core/homeassistant/components/alert/strings.json
2022-12-14 21:25:18 +01:00

10 lines
176 B
JSON

{
"title": "Alert",
"state": {
"_": {
"idle": "[%key:common::state::idle%]",
"off": "Acknowledged",
"on": "[%key:common::state::active%]"
}
}
}