mirror of
https://github.com/esphome/esphome.git
synced 2026-09-14 08:38:39 +00:00
[mqtt] Fix logger method case sensitivity error (#12379)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude
parent
74f509c754
commit
27e031c257
+1
-1
@@ -192,7 +192,7 @@ def get_esphome_device_ip(
|
||||
|
||||
data = json.loads(payload)
|
||||
if "name" not in data or data["name"] != dev_name:
|
||||
_LOGGER.Warn("Wrong device answer")
|
||||
_LOGGER.warning("Wrong device answer")
|
||||
return
|
||||
|
||||
dev_ip = []
|
||||
|
||||
Reference in New Issue
Block a user