Adjust warning for missing entites (#71343)
This commit is contained in:
parent
587a29c723
commit
2dbe910e31
1 changed files with 4 additions and 1 deletions
|
@ -127,7 +127,10 @@ class SelectedEntities:
|
|||
if not parts:
|
||||
return
|
||||
|
||||
_LOGGER.warning("Unable to find referenced %s", ", ".join(parts))
|
||||
_LOGGER.warning(
|
||||
"Unable to find referenced %s or it is/they are currently not available",
|
||||
", ".join(parts),
|
||||
)
|
||||
|
||||
|
||||
@bind_hass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue