Skip to content

Commit

Permalink
resolve version issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlizio committed Sep 10, 2024
1 parent 4ac4618 commit de0de24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyvlx/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ class VeluxHost():
class VeluxDiscovery():
"""Class to discover Velux KLF200 devices on the network."""

hosts: list[VeluxHost] = []
infos: list[AsyncServiceInfo | None] = []

def __init__(self, zeroconf: AsyncZeroconf,) -> None:
"""Initialize VeluxDiscovery object."""
self.zc: AsyncZeroconf = zeroconf
Expand Down

0 comments on commit de0de24

Please sign in to comment.