Skip to content

Commit

Permalink
fixex config flow
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasJoKuJonas committed May 6, 2023
1 parent d750f4d commit ba11ea5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions custom_components/webuntis/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ def _show_form_user(
"filter": "Filter",
"calendar": "Calendar",
"backend": "Backend",
"notify": "Notify",
}


Expand Down Expand Up @@ -433,10 +434,6 @@ async def async_step_notify(
"notify_entity_id",
default=self.config_entry.options.get("notify_entity_id"),
): str,
vol.Optional(
"notify_range",
default=self.config_entry.options.get("notify_range"),
): selector.IntFlag(),
}
),
errors=errors,
Expand Down

0 comments on commit ba11ea5

Please sign in to comment.