mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Adjust warning for missing entites (#71343)
This commit is contained in:
parent
587a29c723
commit
2dbe910e31
@ -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…
x
Reference in New Issue
Block a user