mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +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:
|
if not parts:
|
||||||
return
|
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
|
@bind_hass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user