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