Skip to content

Commit

Permalink
Remove forceS2 key.
Browse files Browse the repository at this point in the history
See #153.
  • Loading branch information
ebaauw committed Jul 18, 2021
1 parent 0f4cb7a commit 19ac88c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
"description": "Exclude AirPlay 2 zone players that are already exposed to Apple's Home app.",
"type": "boolean"
},
"forceS2": {
"title": "Expose only S2 players",
"description": "Set in a Split Sonos System to prevent accidentally exposing the S1 players.",
"type": "boolean"
},
"heartrate": {
"description": "Interval (in seconds) to poll zone player. Default: disabled.",
"type": "integer"
Expand Down
1 change: 0 additions & 1 deletion lib/ZpPlatform.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ class ZpPlatform extends homebridgeLib.Platform {
.boolKey('alarms')
.boolKey('brightness')
.boolKey('excludeAirPlay')
.boolKey('forceS2')
.intKey('heartrate', 1, 60)
.boolKey('leds')
.stringKey('nameScheme')
Expand Down

0 comments on commit 19ac88c

Please sign in to comment.