From 70635759578996d8772f47a5f7d6d2855d054f21 Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 14 Jan 2021 21:35:15 +0300 Subject: [PATCH] hotfix --- custom_components/mega/binary_sensor.py | 1 - custom_components/mega/light.py | 1 - custom_components/mega/sensor.py | 1 - 3 files changed, 3 deletions(-) diff --git a/custom_components/mega/binary_sensor.py b/custom_components/mega/binary_sensor.py index 63768b7..dd630f7 100644 --- a/custom_components/mega/binary_sensor.py +++ b/custom_components/mega/binary_sensor.py @@ -1,5 +1,4 @@ """Platform for light integration.""" -import asyncio import logging import voluptuous as vol diff --git a/custom_components/mega/light.py b/custom_components/mega/light.py index 2980569..77e94c0 100644 --- a/custom_components/mega/light.py +++ b/custom_components/mega/light.py @@ -1,5 +1,4 @@ """Platform for light integration.""" -import asyncio import logging import voluptuous as vol diff --git a/custom_components/mega/sensor.py b/custom_components/mega/sensor.py index cade9ac..62a1ba6 100644 --- a/custom_components/mega/sensor.py +++ b/custom_components/mega/sensor.py @@ -1,5 +1,4 @@ """Platform for light integration.""" -import asyncio import logging import voluptuous as vol