core/homeassistant/components/samsungtv/const.py

6 lines
125 B
Python

"""Constants for the Samsung TV integration."""
import logging
LOGGER = logging.getLogger(__package__)
DOMAIN = "samsungtv"