Skip to content

Commit

Permalink
add const file for roku (#32470)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Mar 4, 2020
1 parent c7d983f commit 0e436ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions homeassistant/components/roku/const.py
@@ -0,0 +1,2 @@
"""Constants for the Roku integration."""
DEFAULT_PORT = 8060
2 changes: 1 addition & 1 deletion homeassistant/components/roku/media_player.py
Expand Up @@ -24,7 +24,7 @@
STATE_STANDBY,
)

DEFAULT_PORT = 8060
from .const import DEFAULT_PORT

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 0e436ac

Please sign in to comment.