1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/mastodon/icons.json
Andrew Jackson 50f3d79fb2 Add post action to mastodon (#134788)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-01-31 12:29:23 +01:00

21 lines
328 B
JSON

{
"entity": {
"sensor": {
"followers": {
"default": "mdi:account-multiple"
},
"following": {
"default": "mdi:account-multiple"
},
"posts": {
"default": "mdi:message-text"
}
}
},
"services": {
"post": {
"service": "mdi:message-text"
}
}
}