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

[api] Use FixedVector const references for service array arguments (#11546)

This commit is contained in:
J. Nick Koston
2025-10-27 17:03:44 -05:00
committed by GitHub
parent f44615cc8d
commit dfa69173ea
4 changed files with 61 additions and 8 deletions

View File

@@ -62,6 +62,7 @@ from esphome.cpp_types import ( # noqa: F401
EntityBase,
EntityCategory,
ESPTime,
FixedVector,
GPIOPin,
InternalGPIOPin,
JsonObject,