Fix aggressive scan intervals (#12885)
This commit is contained in:
parent
95176b0666
commit
cf8907ed0f
4 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ DEFAULT_NAME = 'Alarm'
|
|||
DEFAULT_PORT = '5007'
|
||||
DEFAULT_SSL = False
|
||||
|
||||
SCAN_INTERVAL = datetime.timedelta(seconds=1)
|
||||
SCAN_INTERVAL = datetime.timedelta(seconds=10)
|
||||
|
||||
ZONE_TYPES_SCHEMA = vol.Schema({
|
||||
cv.positive_int: vol.In(DEVICE_CLASSES),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue