From 92ec5ccf22dbd6599a3e4e250f4e5fe810f8dd1b Mon Sep 17 00:00:00 2001 From: Kev Date: Sat, 3 Feb 2024 15:43:07 -0500 Subject: [PATCH] Remove Forecast Mode --- custom_components/pirateweather/const.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/custom_components/pirateweather/const.py b/custom_components/pirateweather/const.py index af1753e..5505f9f 100644 --- a/custom_components/pirateweather/const.py +++ b/custom_components/pirateweather/const.py @@ -67,20 +67,6 @@ ATTR_FORECAST_HUMIDITY = "humidity" ATTR_FORECAST_NATIVE_VISIBILITY = "native_visibility" -FORECAST_MODE_HOURLY = "hourly" -FORECAST_MODE_DAILY = "daily" - -FORECAST_MODES = [ - FORECAST_MODE_HOURLY, - FORECAST_MODE_DAILY, -] - - -DEFAULT_FORECAST_MODE = FORECAST_MODE_DAILY - -FORECASTS_HOURLY = "forecasts_hourly" -FORECASTS_DAILY = "forecasts_daily" - ALL_CONDITIONS = { "summary": "Summary", "icon": "Icon",