esphome-native-api 2.0.3

Another package for communication via esp home native API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[Documentation]https://ubihome.github.io/esphome-native-api/ | [GitHub]https://github.com/ubihome/esphome-native-api | [Crate]https://crates.io/crates/esphome-native-api | [docs.rs]https://docs.rs/esphome-native-api/latest/esphome_native_api/

---

# Rust Crate for the esphome Native API

Implementation of the [esphome native API](https://esphome.io/components/api.html) for Rust.

> This is still work in progress, so the API surface may change. But it is already quite usable. Just try the examples.

> The implementation is already used by [UbiHome]https://github.com/ubihome/ubihome to make OS based devices available to Home Assistant.

While reverse engineering the "missing" documentation of the API was reconstructed: [https://ubihome.github.io/esphome-native-api/native_api/](https://ubihome.github.io/esphome-native-api/native_api/)