mirror of
https://github.com/home-assistant/core.git
synced 2025-06-01 19:57:07 +00:00
5 lines
93 B
Python
5 lines
93 B
Python
"""Constants for the LG Soundbar integration."""
|
|
DOMAIN = "lg_soundbar"
|
|
|
|
DEFAULT_PORT = 9741
|