Fix api.proto url (#310)

Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
Peter Stuifzand 2019-08-27 20:24:30 +02:00 committed by Otto Winter
parent 2bdb811ee2
commit 53c05ae94c

View File

@ -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