Add service icons to Snips (#113352)

This commit is contained in:
Joost Lekkerkerker 2024-03-14 11:42:12 +01:00 committed by GitHub
parent 374695bfa6
commit 1c56c7b136
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,8 @@
{
"services": {
"feedback_off": "mdi:message-alert",
"feedback_on": "mdi:message-alert",
"say": "mdi:chat",
"say_action": "mdi:account-voice"
}
}