esphome / aioesphomeapi

Python Client for ESPHome native API. Used by Home Assistant.
https://esphome.io/
MIT License
128 stars 64 forks source link

Add documentation and usage example #7

Closed micw closed 4 years ago

micw commented 4 years ago

This library gibes powerful access to esphome devices. Unfortunately it lacks documentation or at least some examples how to get started.

As a good start, I found: https://gist.github.com/fpletz/d071c72e45d17ba274fd61ca7a465033

Created one to fetch images from esp32cam: https://gist.github.com/micw/202f9dee5c990f0b0f7e7c36b567d92b

rs-development commented 4 years ago

Is there absolutely no documentation? Is anything using the python library in production? I am tring to make a decision between the native API and the HTTP API.

IQNeoXen commented 4 years ago

@glmnet could you merge #11 ? :) tyvm