mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Fix Withings log message (#127716)
This commit is contained in:
parent
37f611a8d3
commit
041d663cb8
@ -802,7 +802,8 @@ async def async_setup_entry(
|
|||||||
|
|
||||||
if not entities:
|
if not entities:
|
||||||
LOGGER.warning(
|
LOGGER.warning(
|
||||||
"No data found for Withings entry %s, sensors will be added when new data is available"
|
"No data found for Withings entry %s, sensors will be added when new data is available",
|
||||||
|
entry.title,
|
||||||
)
|
)
|
||||||
|
|
||||||
async_add_entities(entities)
|
async_add_entities(entities)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user