* create a dedicated const.py * add DEFAULT_PORT to const.py * work on config flow conversion. * remove discovery. * work on config flow and add tests. other cleanup. * work on config flow and add tests. other cleanup. * add quality scale to manifest. * work on config flow and add tests. other cleanup. * review tweaks. * Update manifest.json * catch more specific errors * catch more errors. * impprt specific exceptions * import specific exceptions * Update __init__.py * Update config_flow.py * Update media_player.py * Update remote.py * Update media_player.py * Update remote.py * Update media_player.py * Update remote.py * Update config_flow.py * Update config_flow.py * Update media_player.py * Update __init__.py * Update __init__.py * Update config_flow.py * Update test_config_flow.py * Update config_flow.py * Update __init__.py * Update test_config_flow.py * Update remote.py * Update test_init.py * Update test_init.py * Update media_player.py * Update media_player.py * Update media_player.py
8 lines
166 B
Python
8 lines
166 B
Python
"""Constants for the Roku integration."""
|
|
DOMAIN = "roku"
|
|
|
|
DATA_CLIENT = "client"
|
|
DATA_DEVICE_INFO = "device_info"
|
|
|
|
DEFAULT_PORT = 8060
|
|
DEFAULT_MANUFACTURER = "Roku"
|