Skip to content

Commit

Permalink
Remove configuration mode option
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts authored Feb 5, 2024
1 parent 95b1217 commit 676de40
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions custom_components/pirateweather/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,15 +234,6 @@ async def async_step_init(self, user_input=None):
self.config_entry.data.get(PW_PLATFORM, []),
),
): cv.multi_select(PW_PLATFORMS),
vol.Optional(
CONF_MODE,
default=self.config_entry.options.get(
CONF_MODE,
self.config_entry.data.get(
CONF_MODE, DEFAULT_FORECAST_MODE
),
),
): vol.In(FORECAST_MODES),
vol.Optional(
CONF_LANGUAGE,
default=self.config_entry.options.get(
Expand Down

0 comments on commit 676de40

Please sign in to comment.