mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 05:34:15 +01:00
9d5dc2ce24
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
17 lines
320 B
Python
17 lines
320 B
Python
"""Constants for the Roku integration."""
|
|
DOMAIN = "roku"
|
|
|
|
# Attributes
|
|
ATTR_ARTIST_NAME = "artist_name"
|
|
ATTR_CONTENT_ID = "content_id"
|
|
ATTR_FORMAT = "format"
|
|
ATTR_KEYWORD = "keyword"
|
|
ATTR_MEDIA_TYPE = "media_type"
|
|
ATTR_THUMBNAIL = "thumbnail"
|
|
|
|
# Default Values
|
|
DEFAULT_PORT = 8060
|
|
|
|
# Services
|
|
SERVICE_SEARCH = "search"
|