Skip to content

Commit bba537a

Browse files
authored
Reduce minimum poll period
This sensor makes sense to poll at a higher speed than 30seconds. Setting minimum to 1 to match IO-rails.
1 parent ffc76ab commit bba537a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/i2c/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"defaultPeriod": {
3030
"description": "What period to the form should default to for this sensor.",
3131
"type": "number",
32-
"minimum": 30,
32+
"minimum": 1,
3333
"maximum": 86400
3434
}
3535
}

0 commit comments

Comments
 (0)