1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 21:21:46 +01:00
Files
core/homeassistant/components/notify/icons.json
2024-08-28 13:48:01 +02:00

19 lines
302 B
JSON

{
"entity_component": {
"_": {
"default": "mdi:message"
}
},
"services": {
"notify": {
"service": "mdi:bell-ring"
},
"persistent_notification": {
"service": "mdi:bell-badge"
},
"send_message": {
"service": "mdi:message-arrow-right"
}
}
}