Skip to content

Commit

Permalink
Fix regression introduced in 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aohzan committed Sep 30, 2024
1 parent e0533aa commit 0e7005f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/ipx800v4/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ class IpxRequestDataView(HomeAssistantView):

def __init__(self, name: str, host: str, password: str) -> None:
"""Init the IPX view."""
self.extra_urls = [f"/api/ipx800v4_data/{name}/{{data}}"]
self.host = host
self.password = password
super().__init__()
Expand Down

0 comments on commit 0e7005f

Please sign in to comment.