mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Fix api.proto url (#310)
Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
parent
2bdb811ee2
commit
53c05ae94c
@ -16,7 +16,7 @@ the device manually by choosing "ESPHome" from the integration overview and ente
|
||||
"<NODE_NAME>.local" or the IP address of the unit in the "Host" field.
|
||||
|
||||
The ESPHome native API is based on a custom TCP protocol using protocol buffers. You can find
|
||||
the protocol data structure definitions here: https://github.com/esphome/esphome/blob/dev/src/esphome/components/api/api.proto
|
||||
the protocol data structure definitions here: https://github.com/esphome/esphome/blob/dev/esphome/components/api/api.proto
|
||||
A Python library that implements this protocol is `aioesphomeapi <https://github.com/esphome/aioesphomeapi>`__.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
Loading…
Reference in New Issue
Block a user