core/homeassistant/components/roku/const.py

17 lines
338 B
Python
Raw Normal View History

2020-03-04 22:24:59 +00:00
"""Constants for the Roku integration."""
DOMAIN = "roku"
# Attributes
ATTR_IDENTIFIERS = "identifiers"
ATTR_KEYWORD = "keyword"
ATTR_MANUFACTURER = "manufacturer"
ATTR_MODEL = "model"
ATTR_SOFTWARE_VERSION = "sw_version"
ATTR_SUGGESTED_AREA = "suggested_area"
# Default Values
2020-03-04 22:24:59 +00:00
DEFAULT_PORT = 8060
# Services
SERVICE_SEARCH = "search"