ESPHome native API protocol data structures generated from protobuf files in the Python client.
Go to file
2024-01-21 20:29:08 +10:00
src Re-export protobuf crate 2024-01-21 20:29:08 +10:00
.gitignore Initial commit 2024-01-17 21:33:14 +10:00
build.rs Include comments in generated code 2024-01-18 08:58:50 +10:00
Cargo.lock Set up code generation 2024-01-17 21:34:38 +10:00
Cargo.toml Include comments in generated code 2024-01-18 08:58:50 +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.