4 lines
93 B
Python
4 lines
93 B
Python
"""Constants for the LG Soundbar integration."""
|
|
DOMAIN = "lg_soundbar"
|
|
|
|
DEFAULT_PORT = 9741
|