mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
Handle ConditionError with multiple entity_id for state/numeric_state (#46855)
This commit is contained in:
committed by
GitHub
parent
75b37b4c2a
commit
d61d39de08
@@ -85,7 +85,7 @@ class ConditionErrorIndex(ConditionError):
|
||||
|
||||
@attr.s
|
||||
class ConditionErrorContainer(ConditionError):
|
||||
"""Condition error with index."""
|
||||
"""Condition error with subconditions."""
|
||||
|
||||
# List of ConditionErrors that this error wraps
|
||||
errors: Sequence[ConditionError] = attr.ib()
|
||||
|
||||
Reference in New Issue
Block a user