Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored May 12, 2024
1 parent 531d685 commit 3c01cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant_cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def add_service(


def _locate_ha() -> Optional[str]:
"""Locate the HOme Assistant instance."""
"""Locate the Home Assistant instance."""
_zeroconf = zeroconf.Zeroconf()
listener = _ZeroconfListener()
zeroconf.ServiceBrowser(_zeroconf, "_home-assistant._tcp.local.", listener)
Expand Down

0 comments on commit 3c01cc8

Please sign in to comment.