mirror of
https://github.com/home-assistant/core.git
synced 2025-06-16 02:57:06 +00:00
15 lines
258 B
Python
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"
|