1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00

Schema gen action (#8593)

Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
Guillermo Ruffino
2025-04-24 00:43:37 -03:00
committed by GitHub
parent 911bd54765
commit f29ccb9e75
3 changed files with 40 additions and 26 deletions

View File

@@ -42,7 +42,6 @@ def schema_extractor_extended(func):
def decorate(*args, **kwargs):
ret = func(*args, **kwargs)
assert len(args) == 2
extended_schemas[repr(ret)] = args
return ret