Fix: Hue reports state correctly if 2 services called quickly
This commit is contained in:
parent
1b4ff986b0
commit
72b930af8f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from homeassistant.components.light import (
|
|||
ATTR_FLASH, FLASH_LONG, FLASH_SHORT)
|
||||
|
||||
MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10)
|
||||
MIN_TIME_BETWEEN_FORCED_SCANS = timedelta(seconds=1)
|
||||
MIN_TIME_BETWEEN_FORCED_SCANS = timedelta(milliseconds=100)
|
||||
|
||||
PHUE_CONFIG_FILE = "phue.conf"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue