add const file for roku (#32470)

This commit is contained in:
Paulus Schoutsen
2020-03-04 14:24:59 -08:00
committed by GitHub
parent c7d983fd44
commit 0e436ac80e
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
"""Constants for the Roku integration."""
DEFAULT_PORT = 8060

View File

@@ -24,7 +24,7 @@ from homeassistant.const import (
STATE_STANDBY, STATE_STANDBY,
) )
DEFAULT_PORT = 8060 from .const import DEFAULT_PORT
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)