mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
add const file for roku (#32470)
This commit is contained in:
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,
|
||||
)
|
||||
|
||||
DEFAULT_PORT = 8060
|
||||
from .const import DEFAULT_PORT
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
Reference in New Issue
Block a user