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

Add int16 to codegen (#4507)

This commit is contained in:
Jesse Hills
2023-03-04 20:19:51 +13:00
committed by GitHub
parent a428e2b689
commit df3f13ded8
2 changed files with 2 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ from esphome.cpp_types import ( # noqa
uint16,
uint32,
uint64,
int16,
int32,
int64,
size_t,