mirror of https://github.com/home-assistant/core
27 lines
374 B
JSON
27 lines
374 B
JSON
{
|
|
"availablePresets": ["custom", "flat", "voice"],
|
|
"currentEqualization": {
|
|
"high": {
|
|
"gain": 0
|
|
},
|
|
"low": {
|
|
"gain": 0
|
|
}
|
|
},
|
|
"customEqualization": {
|
|
"high": {
|
|
"gain": 0
|
|
},
|
|
"low": {
|
|
"gain": 0
|
|
}
|
|
},
|
|
"enabled": true,
|
|
"gainRange": {
|
|
"max": 6,
|
|
"min": -6,
|
|
"stepPrecision": 1
|
|
},
|
|
"preset": "flat"
|
|
}
|