Files
esphome/tests/benchmarks/components/api/__init__.py
2026-03-20 17:35:17 -10:00

8 lines
275 B
Python

from tests.testing_helpers import ComponentManifestOverride
def override_manifest(manifest: ComponentManifestOverride) -> None:
# api must run its to_code to define USE_API, USE_API_PLAINTEXT,
# and add the noise-c library dependency.
manifest.enable_codegen()