mirror of
https://github.com/home-assistant/core.git
synced 2026-09-13 02:34:48 -05:00
Add service icons to Kef (#113321)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user