ESPHome native API protocol data structures generated from protobuf files in the Python client.
Find a file
2024-01-17 21:41:02 +10:00
src Set up code generation 2024-01-17 21:34:38 +10:00
.gitignore Initial commit 2024-01-17 21:33:14 +10:00
build.rs Set up code generation 2024-01-17 21:34:38 +10:00
Cargo.lock Set up code generation 2024-01-17 21:34:38 +10:00
Cargo.toml Set up code generation 2024-01-17 21:34:38 +10:00
LICENSE Initial commit 2024-01-17 21:33:14 +10:00
Makefile Set up code generation 2024-01-17 21:34:38 +10:00
README.md Add README 2024-01-17 21:41:02 +10:00

esphome-proto

ESPHome native API protocol data structures generated from protobuf files in the Python client.

Regenerating

In order to avoid each consumer of this crate having to regenerate the Rust source and pull in build-time dependencies on the protobuf code generator the generated files are committed into this repository.

To regenerate the files run make codegen.