core/homeassistant/components/siren/icons.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"
}
}
}