homebridge-soundtouch-platform
homebridge-soundtouch-platform copied to clipboard
Possibility to only have 1 switch?
Hello,
I have 1 SoundTouch in my bathroom and would prefer to have only exactly 1 switch for that device in HomeKit. When switching on, the SoundTouch should just play Preset 1 at volume 30 or so.
Is that possible to configure by config.json? Or must I find a way for myself in HomeKit to move the not needed switches to any last position in "standard room", which would not be such a nice solution.
My current config is:
{
"platform": "SoundTouchPlatform",
"name": "SoundTouch",
"accessories": [{
"name": "Badezimmer Radio",
"room": "Badezimmer",
"volume": {
"onValue": 30,
"mode": "speaker"
}
}]
}