You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notify service will break if any target is not an entity_id or able to be split by .. This causes a ValueError: not enough values to unpack (expected 2, got 1)
This is caused by the self.hass.components.group.expand_entity_ids function call.
The text was updated successfully, but these errors were encountered:
Notify service will break if any target is not an entity_id or able to be split by
.
. This causes aValueError: not enough values to unpack (expected 2, got 1)
This is caused by the
self.hass.components.group.expand_entity_ids
function call.The text was updated successfully, but these errors were encountered: