Files

15 lines
224 B
Python

"""Constants for the Flexit integration."""
DOMAIN = "flexit"
DEFAULT_PORT = 502
DEFAULT_SCAN_INTERVAL = 30
CONF_BAUDRATE = "baudrate"
CONF_UNIT = "unit"
TYPE_TCP = "tcp"
TYPE_SERIAL = "serial"
DEFAULT_BAUDRATE = 57600