Fix Withings log message (#127716)

This commit is contained in:
Joost Lekkerkerker 2024-10-06 19:21:07 +02:00 committed by GitHub
parent 4693f436a5
commit 59e3c4874d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -865,7 +865,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)