Add service icons to Bluesound (#113281)

This commit is contained in:
Joost Lekkerkerker 2024-03-13 23:06:00 +01:00 committed by GitHub
parent 932e073fee
commit daaadd16e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,8 @@
{
"services": {
"join": "mdi:link-variant",
"unjoin": "mdi:link-variant-off",
"set_sleep_timer": "mdi:sleep",
"clear_sleep_timer": "mdi:sleep-off"
}
}