core/homeassistant/components/roku/const.py

9 lines
166 B
Python

"""Constants for the Roku integration."""
DOMAIN = "roku"
DATA_CLIENT = "client"
DATA_DEVICE_INFO = "device_info"
DEFAULT_PORT = 8060
DEFAULT_MANUFACTURER = "Roku"