Skip to content

Commit

Permalink
fix: fix hass_url undefined (#2417)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrunt57 authored Aug 8, 2024
1 parent 59c1af0 commit 7cb1818
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions custom_components/alexa_media/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,9 +811,6 @@ def _update_schema_defaults(self) -> Any:
vol.Required(
CONF_OTPSECRET, default=self.config.get(CONF_OTPSECRET, "")
): str,
vol.Required(
CONF_HASS_URL, default=self.config.get(CONF_HASS_URL, hass_url)
): str,
vol.Optional(
CONF_PUBLIC_URL,
default=self.config.get(CONF_PUBLIC_URL, DEFAULT_PUBLIC_URL),
Expand Down

0 comments on commit 7cb1818

Please sign in to comment.