Fix Withings log message (#127716)

This commit is contained in:
Joost Lekkerkerker 2024-10-06 19:21:07 +02:00 committed by Franck Nijhof
parent 37f611a8d3
commit 041d663cb8
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -802,7 +802,8 @@ async def async_setup_entry(
if not entities:
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)