mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-29 09:07:19 +02:00
* Making tplink light more responsive. * Adding light platform tests. * Addressing PR feedback. * Mocking the module, not the api. * Using sync method for background update.
6 lines
117 B
Python
6 lines
117 B
Python
"""Const for TP-Link."""
|
|
import datetime
|
|
|
|
DOMAIN = "tplink"
|
|
MIN_TIME_BETWEEN_UPDATES = datetime.timedelta(seconds=8)
|