core/homeassistant/components/stiebel_eltron/const.py

9 lines
144 B
Python

"""Constants for the STIEBEL ELTRON integration."""
DOMAIN = "stiebel_eltron"
CONF_HUB = "hub"
DEFAULT_HUB = "modbus_hub"
DEFAULT_PORT = 502