1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-15 21:11:29 +01:00
Files
core/homeassistant/components/sma/const.py
T

17 lines
305 B
Python

"""Constants for the sma integration."""
DOMAIN = "sma"
PYSMA_COORDINATOR = "coordinator"
PYSMA_OBJECT = "pysma"
PYSMA_REMOVE_LISTENER = "remove_listener"
PYSMA_SENSORS = "pysma_sensors"
PYSMA_DEVICE_INFO = "device_info"
CONF_GROUP = "group"
DEFAULT_SCAN_INTERVAL = 5
GROUPS = ["user", "installer"]