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