mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Spelling fixes (#25666)
This commit is contained in:
committed by
Pascal Vizeli
parent
2f7c57b257
commit
a54ade1189
@@ -431,7 +431,7 @@ async def async_subscribe(
|
||||
)
|
||||
|
||||
wrapped_msg_callback = msg_callback
|
||||
# If we have 3 paramaters with no default value, wrap the callback
|
||||
# If we have 3 parameters with no default value, wrap the callback
|
||||
if non_default == 3:
|
||||
_LOGGER.warning(
|
||||
"Signature of MQTT msg_callback '%s.%s' is deprecated",
|
||||
|
||||
Reference in New Issue
Block a user