mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 11:25:35 +00:00
8 lines
275 B
Python
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()
|