mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00

* Add pjlink const This is a precursor * Use DOMAIN const in pjlink media player * fixup! Add pjlink const
9 lines
139 B
Python
9 lines
139 B
Python
"""Constants for the PJLink integration."""
|
|
|
|
CONF_ENCODING = "encoding"
|
|
|
|
DEFAULT_PORT = 4352
|
|
DEFAULT_ENCODING = "utf-8"
|
|
|
|
DOMAIN = "pjlink"
|