mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
add const file for roku (#32470)
This commit is contained in:
parent
c7d983fd44
commit
0e436ac80e
2
homeassistant/components/roku/const.py
Normal file
2
homeassistant/components/roku/const.py
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
"""Constants for the Roku integration."""
|
||||||
|
DEFAULT_PORT = 8060
|
@ -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__)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user