1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 07:08:20 +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 - platform: homeassistant
entity_id: sensor.hello_world entity_id: sensor.hello_world
id: ha_hello_world id: ha_hello_world
- platform: am2320
temperature:
name: "Temperature"
humidity:
name: "Humidity"
- platform: adc - platform: adc
pin: VCC pin: VCC
id: my_sensor id: my_sensor
@ -296,11 +301,6 @@ stepper:
max_speed: 0.1 steps/s max_speed: 0.1 steps/s
acceleration: 10 steps/s^2 acceleration: 10 steps/s^2
deceleration: 10 steps/s^2 deceleration: 10 steps/s^2
- platform: am2320
temperature:
name: "Temperature"
humidity:
name: "Humidity"
interval: interval:
interval: 5s interval: 5s