diff --git a/homeassistant/components/ambient_station/__init__.py b/homeassistant/components/ambient_station/__init__.py index c7b001121da..545415f9d5d 100644 --- a/homeassistant/components/ambient_station/__init__.py +++ b/homeassistant/components/ambient_station/__init__.py @@ -364,7 +364,7 @@ class AmbientStation: } # If the websocket disconnects and reconnects, the on_subscribed - # hanlder will get called again; in that case, we don't want to + # handler will get called again; in that case, we don't want to # attempt forward setup of the config entry (because it will have # already been done): if not self._entry_setup_complete: