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:
Tyeth Gundry 2025-08-22 11:17:13 +01:00 committed by GitHub
parent ffc76ab8fb
commit bba537abc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}
}