From 531d685718cb981b234a56ab04523ed6bcfa3836 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 12 May 2024 23:42:24 +0200 Subject: [PATCH] Fix typo --- homeassistant_cli/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant_cli/config.py b/homeassistant_cli/config.py index 9b981ec..e5adcba 100644 --- a/homeassistant_cli/config.py +++ b/homeassistant_cli/config.py @@ -16,7 +16,7 @@ class _ZeroconfListener: - """Representation of the ZeroCOnf listener.""" + """Representation of the Zeroconf listener.""" def __init__(self) -> None: """Initialize the listener."""