diff --git a/custom_components/reolink_dev/sensor.py b/custom_components/reolink_dev/sensor.py index cf6cff2..8744503 100644 --- a/custom_components/reolink_dev/sensor.py +++ b/custom_components/reolink_dev/sensor.py @@ -28,8 +28,6 @@ _LOGGER = logging.getLogger(__name__) - -@asyncio.coroutine async def async_setup_entry(hass: HomeAssistant, config_entry, async_add_devices): """Set up the Reolink IP Camera switches.""" devices = []