6 lines
125 B
Python
6 lines
125 B
Python
|
"""Constants for the Samsung TV integration."""
|
||
|
import logging
|
||
|
|
||
|
LOGGER = logging.getLogger(__package__)
|
||
|
DOMAIN = "samsungtv"
|