Skip to content

Commit

Permalink
EXT_* is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed Jan 14, 2024
1 parent 30c5c44 commit 93a63a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vallox_websocket_api/data/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def addresses(self) -> dict:
return {
key: value
for key, value in self.constants["VlxDevConstants"].items()
if key.startswith("A_") or key.startswith("EXT_")
if key.startswith("A_")
}

@cached_property
Expand Down

0 comments on commit 93a63a6

Please sign in to comment.