homebridge-yamaha-zone-tv
Version:
Control your Yamaha AVR with Homebridge
22 lines (21 loc) • 574 B
JSON
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:51",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file for homebridge yamaha plugin",
"hint": "Always paste into jsonlint.com validation page before starting your homebridge, saves a lot of frustration",
"platforms": [
{
"platform": "yamaha-home",
"discovery_timeout": 15,
"radio_presets": true,
"preset_num": true
}
],
"accessories": [
{}
]
}