mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 16:37:52 +01:00
Revert "[validation] Allow `maybe_simple_value
` to not have default key in complex value" (#7305)
This commit is contained in:
parent
28bb0ddfeb
commit
7464b440c0
@ -1864,7 +1864,7 @@ def maybe_simple_value(*validators, **kwargs):
|
||||
if value == SCHEMA_EXTRACT:
|
||||
return (validator, key)
|
||||
|
||||
if isinstance(value, dict):
|
||||
if isinstance(value, dict) and key in value:
|
||||
return validator(value)
|
||||
return validator({key: value})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user