Skip to content

Commit

Permalink
Remove Forecast Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts authored Feb 3, 2024
1 parent 78967e6 commit 92ec5cc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions custom_components/pirateweather/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 92ec5cc

Please sign in to comment.