mirror of
https://github.com/esphome/esphome.git
synced 2025-06-18 06:15:46 +01:00
This reverts commit 97eba1eecc
.
This commit is contained in:
@ -183,8 +183,6 @@ class TypeInfo:
|
||||
|
||||
@property
|
||||
def dump_content(self):
|
||||
if self.name.startswith("legacy_"):
|
||||
return None
|
||||
o = f'out.append(" {self.name}: ");\n'
|
||||
o += self.dump(f"this->{self.field_name}") + "\n"
|
||||
o += f'out.append("\\n");\n'
|
||||
|
Reference in New Issue
Block a user