Skip to content

Commit

Permalink
Merge pull request #2421 from alandtse/dev
Browse files Browse the repository at this point in the history
fix: fix hass_url undefined (#2417)
  • Loading branch information
alandtse authored Aug 8, 2024
2 parents 59c1af0 + 7cb1818 commit 91ae2d4
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 91ae2d4

Please sign in to comment.