Skip to content

Commit

Permalink
Remove configuration option for new users
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts authored Feb 5, 2024
1 parent 676de40 commit 6b1fe0b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions custom_components/pirateweather/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
DEFAULT_NAME,
DEFAULT_SCAN_INTERVAL,
DOMAIN,
FORECAST_MODES,
LANGUAGES,
CONF_UNITS,
DEFAULT_UNITS,
Expand Down Expand Up @@ -73,9 +72,6 @@ async def async_step_user(self, user_input=None):
vol.Required(PW_PLATFORM, default=[PW_PLATFORMS[1]]): cv.multi_select(
PW_PLATFORMS
),
vol.Required(CONF_MODE, default=DEFAULT_FORECAST_MODE): vol.In(
FORECAST_MODES
),
vol.Required(CONF_LANGUAGE, default=DEFAULT_LANGUAGE): vol.In(
LANGUAGES
),
Expand Down

0 comments on commit 6b1fe0b

Please sign in to comment.