Skip to content

Commit

Permalink
fix(homebridge): allow 0 for locationModePollingSeconds in config-ui
Browse files Browse the repository at this point in the history
Closes #561
  • Loading branch information
dgreif committed Jan 29, 2021
1 parent 5e717be commit 3e63b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homebridge/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"locationModePollingSeconds": {
"title": "Location Mode Polling",
"type": "integer",
"minimum": 1,
"minimum": 0,
"placeholder": "Get current Location Mode every __ seconds",
"description": "Location Modes do not update live and must be fetched periodically. By default this is done every 20 seconds for locations that have Location Modes enabled, and that do not have a Ring Alarm. The Location Mode switch can be hidden by setting this option to 0"
},
Expand Down

0 comments on commit 3e63b7a

Please sign in to comment.