hass-core/homeassistant/components/tplink/const.py
Robert Van Gorkom 78e831b08e Make tplink light more responsive (#28652)
* Making tplink light more responsive.

* Adding light platform tests.

* Addressing PR feedback.

* Mocking the module, not the api.

* Using sync method for background update.
2019-12-17 02:24:50 +01:00

5 lines
117 B
Python

"""Const for TP-Link."""
import datetime
DOMAIN = "tplink"
MIN_TIME_BETWEEN_UPDATES = datetime.timedelta(seconds=8)