Reduce minimum poll period
This sensor makes sense to poll at a higher speed than 30seconds. Setting minimum to 1 to match IO-rails.
This commit is contained in:
parent
ffc76ab8fb
commit
bba537abc3
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
"defaultPeriod": {
|
||||
"description": "What period to the form should default to for this sensor.",
|
||||
"type": "number",
|
||||
"minimum": 30,
|
||||
"minimum": 1,
|
||||
"maximum": 86400
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue