Handle ConditionError with multiple entity_id for state/numeric_state (#46855)

This commit is contained in:
Anders Melchiorsen 2021-02-22 08:11:59 +01:00 committed by GitHub
parent 75b37b4c2a
commit d61d39de08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 61 additions and 33 deletions

View file

@ -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()