1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-25 00:07:20 +00:00
2021-12-28 21:40:00 +01:00

11 lines
221 B
Python

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