Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ACDR authored Sep 3, 2022
1 parent d0e6976 commit aadf81a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ npm install -g homebridge-yamaha-avr

- Quickly switch input using the information (i) button in the Control Centre remote
- Adjust the volume using the physical volume buttons on your iOS device whilst the Control Centre remote is open
- Enable additional zones
- Enable Fan devices to control the volume of each enabled zone
- Enable Switch device to enable/disable Pure Direct

## Configuration

Expand All @@ -43,7 +46,12 @@ Example configuration:
"platform": "yamaha-avr",
"name": "Yamaha RX-V685",
"ip": "192.168.1.12",
"cacheDirectory": ""
"cacheDirectory": "",
"enablePureDirectSwitch": true,
"volumeAccessoryEnabled": true,
"zone2Enabled": true,
"zone3Enabled": false,
"zone4Enabled": false,
}
]
}
Expand Down

0 comments on commit aadf81a

Please sign in to comment.