mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
First working version, probably could be merged if no one sees anything glaringly wrong.
Config can set the play volume (in decibels per the AVR display) and the default input. If "AirPlay" is the default input, then the play command will be sent to the AVR.
This commit is contained in:
@@ -57,6 +57,11 @@
|
||||
"platform": "Sonos",
|
||||
"name": "Sonos",
|
||||
"play_volume": 25
|
||||
},
|
||||
{
|
||||
"platform": "YamahaAVR",
|
||||
"play_volume": -35,
|
||||
"setMainInputTo": "AirPlay"
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user