1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-12 00:02:21 +01:00
This commit is contained in:
J. Nick Koston
2025-07-11 16:25:49 -10:00
parent 63972ff272
commit 42a9125ea7
3 changed files with 69 additions and 73 deletions

View File

@@ -595,7 +595,7 @@ class EnumType(TypeInfo):
@property
def encode_func(self) -> str:
return "encode_enum_uint32"
return "encode_uint32"
@property
def encode_content(self) -> str: