* enable basic typing for roku * Update mypy.ini * Update media_player.py * Create coordinator.py * Update __init__.py * Update media_player.py * Update remote.py * Update media_player.py * Update coordinator.py * Update coordinator.py * Update remote.py * Update entity.py * Update coordinator.py * Update config_flow.py * Update entity.py * Update const.py * Update const.py * Update const.py * Update entity.py * Update entity.py * Update entity.py * Update test_media_player.py * Update test_remote.py
11 lines
173 B
Python
11 lines
173 B
Python
"""Constants for the Roku integration."""
|
|
DOMAIN = "roku"
|
|
|
|
# Attributes
|
|
ATTR_KEYWORD = "keyword"
|
|
|
|
# Default Values
|
|
DEFAULT_PORT = 8060
|
|
|
|
# Services
|
|
SERVICE_SEARCH = "search"
|