diff --git a/homeassistant/components/siren/icons.json b/homeassistant/components/siren/icons.json new file mode 100644 index 00000000000..0083a2540c7 --- /dev/null +++ b/homeassistant/components/siren/icons.json @@ -0,0 +1,12 @@ +{ + "entity_component": { + "_": { + "default": "mdi:bullhorn" + } + }, + "services": { + "toggle": "mdi:bullhorn", + "turn_off": "mdi:bullhorn", + "turn_on": "mdi:bullhorn" + } +}