Skip to content

Commit

Permalink
Add white line
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlizio committed Jan 2, 2024
1 parent a81e119 commit 7d6d123
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyvlx/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
from dataclasses import dataclass

from zeroconf import (
IPVersion, ServiceBrowser, ServiceInfo, ServiceStateChange, Zeroconf)
IPVersion,
ServiceBrowser,
ServiceInfo,
ServiceStateChange,
Zeroconf,
)
from zeroconf.asyncio import AsyncZeroconf

HOST_STARTS_WITH: str = "VELUX_KLF_LAN"
Expand All @@ -14,7 +19,7 @@
@dataclass
class VeluxHost():
"""Class to store Velux KLF200 host information."""

hostname: str
ip_address: str

Expand Down

0 comments on commit 7d6d123

Please sign in to comment.