Add service icons to Kef (#113321)

pull/113411/head
Joost Lekkerkerker 2024-03-14 13:33:53 +01:00 committed by GitHub
parent ca34fb3fbb
commit 58f216fc89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"services": {
"update_dsp": "mdi:update",
"set_mode": "mdi:cog",
"set_desk_db": "mdi:volume-high",
"set_wall_db": "mdi:volume-high",
"set_treble_db": "mdi:volume-high",
"set_high_hz": "mdi:sine-wave",
"set_low_hz": "mdi:cosine-wave",
"set_sub_db": "mdi:volume-high"
}
}