Fix Withings log message (#127716)
This commit is contained in:
parent
4693f436a5
commit
59e3c4874d
1 changed files with 2 additions and 1 deletions
|
@ -865,7 +865,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)
|
||||
|
|
Loading…
Add table
Reference in a new issue