Skip to content

Commit

Permalink
Merge pull request #73 from ACDR/release/3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ACDR authored Sep 3, 2022
2 parents d1348e6 + eea3648 commit d0e6976
Show file tree
Hide file tree
Showing 12 changed files with 1,180 additions and 1,233 deletions.
30 changes: 30 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,36 @@
"description": "Default: ~/.homebridge/.yamahaAVR",
"type": "string",
"required": false
},
"enablePureDirectSwitch": {
"title": "Enable Pure Direct Switch Device",
"type": "boolean",
"default": false,
"required": false
},
"volumeAccessoryEnabled": {
"title": "Enable Volume Devices",
"type": "boolean",
"default": false,
"required": false
},
"zone2Enabled": {
"title": "Enable Zone 2",
"type": "boolean",
"default": false,
"required": false
},
"zone3Enabled": {
"title": "Enable Zone 3",
"type": "boolean",
"default": false,
"required": false
},
"zone4Enabled": {
"title": "Enable Zone 4",
"type": "boolean",
"default": false,
"required": false
}
}
}
Expand Down
Loading

0 comments on commit d0e6976

Please sign in to comment.