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:
S'pht'Kr
2015-07-29 20:34:38 +02:00
parent 76ad483a5f
commit b5f778051e
3 changed files with 30 additions and 32 deletions

View File

@@ -57,6 +57,11 @@
"platform": "Sonos",
"name": "Sonos",
"play_volume": 25
},
{
"platform": "YamahaAVR",
"play_volume": -35,
"setMainInputTo": "AirPlay"
}
],