1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-23 20:39:01 +00:00
Files
core/homeassistant/components/wwlln/const.py
Paulus Schoutsen 4de97abc3a Black
2019-07-31 12:25:30 -07:00

12 lines
204 B
Python

"""Define constants for the WWLLN integration."""
from datetime import timedelta
DOMAIN = "wwlln"
CONF_WINDOW = "window"
DATA_CLIENT = "client"
DEFAULT_RADIUS = 25
DEFAULT_WINDOW = timedelta(hours=1)