1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-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"