Handle ConditionError with multiple entity_id for state/numeric_state (#46855)
This commit is contained in:
parent
75b37b4c2a
commit
d61d39de08
3 changed files with 61 additions and 33 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue