* Add Devialet * Bump Devialet==1.4.0 * Bump Devialet==1.4.1 * Sort manifest and add shorthand * Black formatting * Fix incompatible type * Add type guarding for name * Rename host keywork in tests * Fix Devialet tests * Add update coordinator * Update devialet tests * Create unique_id from entry data
26 lines
374 B
JSON
26 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"
|
|
}
|