mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-22 12:05:12 +01:00
Update readme (#633)
This commit is contained in:
parent
0202e00eae
commit
2b219f79cf
15
README.rst
15
README.rst
@ -1,6 +1,15 @@
|
||||
aioesphomeapi
|
||||
=============
|
||||
|
||||
.. image:: https://github.com/esphome/aioesphomeapi/workflows/CI/badge.svg
|
||||
:target: https://github.com/esphome/aioesphomeapi?query=workflow%3ACI+branch%3Amain
|
||||
|
||||
.. image:: https://img.shields.io/pypi/v/aioesphomeapi.svg
|
||||
:target: https://pypi.python.org/pypi/aioesphomeapi
|
||||
|
||||
.. image:: https://codecov.io/gh/esphome/aioesphomeapi/branch/main/graph/badge.svg
|
||||
:target: https://app.codecov.io/gh/esphome/aioesphomeapi/tree/main
|
||||
|
||||
``aioesphomeapi`` allows you to interact with devices flashed with `ESPHome <https://esphome.io/>`_.
|
||||
|
||||
Installation
|
||||
@ -120,6 +129,12 @@ For development is recommended to use a Python virtual environment (``venv``).
|
||||
# Update protobuf _pb2.py definitions (requires a protobuf compiler installation)
|
||||
$ script/gen-protoc
|
||||
|
||||
A cli tool is also available for watching logs:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
aioesphomeapi-logs --help
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user