mirror of
https://github.com/home-assistant/core.git
synced 2025-07-02 19:07:27 +00:00
6 lines
94 B
Python
6 lines
94 B
Python
"""Constants for the LG Soundbar integration."""
|
|
|
|
DOMAIN = "lg_soundbar"
|
|
|
|
DEFAULT_PORT = 9741
|