1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-30 08:02:02 +00:00
Files
core/homeassistant/components/roku/const.py
2022-01-15 01:49:33 -06:00

15 lines
258 B
Python

"""Constants for the Roku integration."""
DOMAIN = "roku"
# Attributes
ATTR_CONTENT_ID = "content_id"
ATTR_FORMAT = "format"
ATTR_KEYWORD = "keyword"
ATTR_MEDIA_TYPE = "media_type"
# Default Values
DEFAULT_PORT = 8060
# Services
SERVICE_SEARCH = "search"