mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 00:52:39 +01:00
28 lines
668 B
JSON
28 lines
668 B
JSON
{
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "[%key:component::alert::title%]",
|
|
"state": {
|
|
"idle": "[%key:common::state::idle%]",
|
|
"off": "Acknowledged",
|
|
"on": "[%key:common::state::active%]"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"toggle": {
|
|
"description": "Toggles alert's notifications.",
|
|
"name": "[%key:common::action::toggle%]"
|
|
},
|
|
"turn_off": {
|
|
"description": "Silences alert's notifications.",
|
|
"name": "[%key:common::action::turn_off%]"
|
|
},
|
|
"turn_on": {
|
|
"description": "Resets alert's notifications.",
|
|
"name": "[%key:common::action::turn_on%]"
|
|
}
|
|
},
|
|
"title": "Alert"
|
|
}
|