add proxy support

This commit is contained in:
Andrey
2021-02-19 10:06:56 +03:00
parent da87c24db9
commit 5681f7315c

View File

@@ -15,7 +15,6 @@ from .tools import make_ints
from . import hub as h
_LOGGER = logging.getLogger(__name__).getChild('http')
we
class MegaView(HomeAssistantView):