1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-11 15:52:20 +01:00

less templates

This commit is contained in:
J. Nick Koston
2025-07-11 16:06:50 -10:00
parent e2c77c0c4f
commit b3e8963a33
3 changed files with 20 additions and 20 deletions

View File

@@ -498,7 +498,7 @@ class MessageType(TypeInfo):
@property
def encode_func(self) -> str:
return f"encode_message<{self.cpp_type}>"
return "encode_message"
@property
def decode_length(self) -> str: