mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 13:27:14 +00:00
Co-authored-by: J. Nick Koston <nick@home-assistant.io> Co-authored-by: J. Nick Koston <nick@koston.org>
8 lines
302 B
Python
8 lines
302 B
Python
from tests.testing_helpers import ComponentManifestOverride
|
|
|
|
|
|
def override_manifest(manifest: ComponentManifestOverride) -> None:
|
|
# json must run its to_code during benchmark builds because it
|
|
# adds the ArduinoJson library dependency needed by the API component.
|
|
manifest.enable_codegen()
|