core/homeassistant/components/pjlink/const.py

9 lines
139 B
Python
Raw Normal View History

"""Constants for the PJLink integration."""
CONF_ENCODING = "encoding"
DEFAULT_PORT = 4352
DEFAULT_ENCODING = "utf-8"
DOMAIN = "pjlink"