mirror of
https://github.com/home-assistant/core.git
synced 2026-05-03 19:41:15 +02:00
add const file for roku (#32470)
This commit is contained in:
@@ -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