mirror of
https://github.com/home-assistant/core.git
synced 2026-02-26 04:46:08 +00:00
14 lines
194 B
JSON
14 lines
194 B
JSON
{
|
|
"services": {
|
|
"toggle": {
|
|
"service": "mdi:bell-ring"
|
|
},
|
|
"turn_off": {
|
|
"service": "mdi:bell-off"
|
|
},
|
|
"turn_on": {
|
|
"service": "mdi:bell-alert"
|
|
}
|
|
}
|
|
}
|