core/homeassistant/components/alert/strings.json

28 lines
596 B
JSON

{
"title": "Alert",
"entity_component": {
"_": {
"name": "[%key:component::alert::title%]",
"state": {
"idle": "[%key:common::state::idle%]",
"off": "Acknowledged",
"on": "[%key:common::state::active%]"
}
}
},
"services": {
"toggle": {
"name": "Toggle",
"description": "Toggles alert's notifications."
},
"turn_off": {
"name": "Turn off",
"description": "Silences alert's notifications."
},
"turn_on": {
"name": "Turn on",
"description": "Resets alert's notifications."
}
}
}