mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Add type code that is being ignored (#67311)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user