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