1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-23 03:17:06 +00:00
Files
core/homeassistant/components/matrix/icons.json
Jonathan Keslin a43368675e Add thread and reaction support to Matrix (#147165)
Co-authored-by: Paarth Shah <mail@shahpaarth.com>
2025-10-27 09:21:28 +01:00

11 lines
136 B
JSON

{
"services": {
"react": {
"service": "mdi:emoticon"
},
"send_message": {
"service": "mdi:matrix"
}
}
}