mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Add type code that is being ignored (#67311)
This commit is contained in:
parent
9920b3eef5
commit
7f4faafe38
@ -600,7 +600,7 @@ async def handle_validate_config(
|
||||
continue
|
||||
|
||||
try:
|
||||
await validator(hass, schema(msg[key])) # type: ignore
|
||||
await validator(hass, schema(msg[key])) # type: ignore[operator]
|
||||
except vol.Invalid as err:
|
||||
result[key] = {"valid": False, "error": str(err)}
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user