mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fixed a misspelling in a docstring (#21846)
This commit is contained in:
parent
c5734eecc7
commit
49eaa34e03
@ -364,7 +364,7 @@ class AmbientStation:
|
|||||||
}
|
}
|
||||||
|
|
||||||
# If the websocket disconnects and reconnects, the on_subscribed
|
# 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
|
# attempt forward setup of the config entry (because it will have
|
||||||
# already been done):
|
# already been done):
|
||||||
if not self._entry_setup_complete:
|
if not self._entry_setup_complete:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user