hass-core/homeassistant/components/roku/const.py
Chris Talkington cacd803a93
Enable basic typing for roku ()
* 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
2021-07-05 10:27:52 +02:00

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"