From 9e1fa64b954f8030bba17e05710d01e80d5753c6 Mon Sep 17 00:00:00 2001 From: FL550 Date: Tue, 8 Oct 2024 16:07:20 +0000 Subject: [PATCH] Remove unused imports --- custom_components/dwd_weather/camera.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/custom_components/dwd_weather/camera.py b/custom_components/dwd_weather/camera.py index eb65964..b9e0c78 100644 --- a/custom_components/dwd_weather/camera.py +++ b/custom_components/dwd_weather/camera.py @@ -7,12 +7,8 @@ from homeassistant.helpers.device_registry import DeviceEntryType from .const import ( - CONF_MAP_BACKGROUND_TYPE, CONF_MAP_ID, CONF_MAP_LOOP_SPEED, - CONF_MAP_TYPE, - CONF_MAP_TYPE_CUSTOM, - CONF_MAP_WINDOW, DOMAIN, DWDWEATHER_COORDINATOR, DWDWEATHER_DATA,