2022-12-14 20:25:18 +00:00
|
|
|
{
|
|
|
|
"title": "Alert",
|
2023-03-16 11:16:08 +00:00
|
|
|
"entity_component": {
|
2022-12-14 20:25:18 +00:00
|
|
|
"_": {
|
2023-03-16 20:10:20 +00:00
|
|
|
"name": "[%key:component::alert::title%]",
|
2023-03-16 11:16:08 +00:00
|
|
|
"state": {
|
|
|
|
"idle": "[%key:common::state::idle%]",
|
|
|
|
"off": "Acknowledged",
|
|
|
|
"on": "[%key:common::state::active%]"
|
|
|
|
}
|
2022-12-14 20:25:18 +00:00
|
|
|
}
|
2023-07-11 21:06:32 +00:00
|
|
|
},
|
|
|
|
"services": {
|
|
|
|
"toggle": {
|
2023-07-13 02:00:05 +00:00
|
|
|
"name": "[%key:common::action::toggle%]",
|
2023-07-11 21:06:32 +00:00
|
|
|
"description": "Toggles alert's notifications."
|
|
|
|
},
|
|
|
|
"turn_off": {
|
2023-07-13 02:00:05 +00:00
|
|
|
"name": "[%key:common::action::turn_off%]",
|
2023-07-11 21:06:32 +00:00
|
|
|
"description": "Silences alert's notifications."
|
|
|
|
},
|
|
|
|
"turn_on": {
|
2023-07-13 02:00:05 +00:00
|
|
|
"name": "[%key:common::action::turn_on%]",
|
2023-07-11 21:06:32 +00:00
|
|
|
"description": "Resets alert's notifications."
|
|
|
|
}
|
2022-12-14 20:25:18 +00:00
|
|
|
}
|
|
|
|
}
|