Fix: Hue reports state correctly if 2 services called quickly

This commit is contained in:
Paulus Schoutsen 2015-03-05 22:53:11 -08:00
parent 1b4ff986b0
commit 72b930af8f

View File

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