1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Support for AM2320 temperature and humidity sensor (#554)

Support for AM2320 temperature and humidity sensor

Co-authored-by: Mikkonen Teemu <teemu.mikkonen@iki.fi>
This commit is contained in:
Teemu Mikkonen
2019-05-27 21:00:32 +03:00
committed by Otto Winter
parent b7daee533a
commit 3b48aa5911
5 changed files with 171 additions and 0 deletions

View File

@@ -94,6 +94,11 @@ sensor:
- platform: homeassistant
entity_id: sensor.hello_world
id: ha_hello_world
- platform: am2320
temperature:
name: "Temperature"
humidity:
name: "Humidity"
- platform: adc
pin: VCC
id: my_sensor