mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 01:52:11 +00:00
Initial Configuration Push
This commit is contained in:
7
deps/roku/proxy.py
vendored
Normal file
7
deps/roku/proxy.py
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
from roku.core import Roku
|
||||
|
||||
|
||||
class Proxy(object):
|
||||
|
||||
def __init__(self, remote_host, remote_port=8060, local_port=8060):
|
||||
pass
|
||||
Reference in New Issue
Block a user