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:
committed by
Otto Winter
parent
b7daee533a
commit
3b48aa5911
@@ -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
|
||||
|
Reference in New Issue
Block a user