1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 14:48:18 +00:00

Move AM2320 under sensor instead of stepper

This commit is contained in:
Mikkonen Teemu 2019-05-23 17:19:10 +03:00
parent cb3c89d354
commit 839617352f

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
@ -296,11 +301,6 @@ stepper:
max_speed: 0.1 steps/s
acceleration: 10 steps/s^2
deceleration: 10 steps/s^2
- platform: am2320
temperature:
name: "Temperature"
humidity:
name: "Humidity"
interval:
interval: 5s