mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
19 lines
269 B
JSON
19 lines
269 B
JSON
{
|
|
"entity_component": {
|
|
"_": {
|
|
"default": "mdi:bullhorn"
|
|
}
|
|
},
|
|
"services": {
|
|
"toggle": {
|
|
"service": "mdi:bullhorn"
|
|
},
|
|
"turn_off": {
|
|
"service": "mdi:bullhorn"
|
|
},
|
|
"turn_on": {
|
|
"service": "mdi:bullhorn"
|
|
}
|
|
}
|
|
}
|