1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-10 16:17:10 +00:00
Paulus Schoutsen 4de97abc3a Black
2019-07-31 12:25:30 -07:00

11 lines
212 B
Python

"""Define constants for the Luftdaten component."""
from datetime import timedelta
ATTR_SENSOR_ID = "sensor_id"
CONF_SENSOR_ID = "sensor_id"
DEFAULT_SCAN_INTERVAL = timedelta(minutes=10)
DOMAIN = "luftdaten"