1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 10:52:19 +01:00

Add AHT10 sensor (#949)

This commit is contained in:
Germain Masse
2020-03-21 19:31:07 +01:00
committed by GitHub
parent 4cb30a22ac
commit 4ec636c08f
5 changed files with 188 additions and 0 deletions

View File

@@ -221,6 +221,11 @@ sensor:
- platform: homeassistant
entity_id: sensor.hello_world
id: ha_hello_world
- platform: aht10
temperature:
name: "Temperature"
humidity:
name: "Humidity"
- platform: am2320
temperature:
name: "Temperature"