Update README.md

This commit is contained in:
Otto Winter 2018-11-26 14:11:49 +01:00
parent 9e81f6a2c3
commit e32ac43413
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -21,22 +21,24 @@ directly through HassIO **with no programming experience required**. All you nee
is write YAML configuration files; the rest (over-the-air updates, compiling) is all
handled by esphomeyaml.
![esphomeyaml dashboard screenshot](images/screenshot.png)
<p class="center">
<img title="esphomeyaml dashboard screenshot" src="images/screenshot.png" width="700px"></img>
</p>
[_View the esphomeyaml documentation here_](https://esphomelib.com/esphomeyaml/index.html)
## Example
With esphomeyaml, you can go from a few lines of YAML straight to a custom-made
firmware. For example, to include a [DHT22](https://esphomelib.com/esphomeyaml/components/sensor/dht.html)
firmware. For example, to include a [DHT22](https://esphomelib.com/esphomeyaml/components/sensor/dht.html)
temperature and humidity sensor, you just need to include 8 lines of YAML
in your configuration file:
![esphomeyaml DHT configuration example](images/dht-example.png)
<img title="esphomeyaml DHT configuration example" src="images/dht-example.png" width="500px"></img>
Then just click UPLOAD and the sensor will magically appear in Home Assistant:
![esphomelib Home Assistant MQTT discovery](images/temperature-humidity.png)
<img title="esphomelib Home Assistant MQTT discovery" src="images/temperature-humidity.png" width="600px"></img>
## Installation