Skip to content

Commit

Permalink
Adding SI7021 sensor to config validation (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
grea09 authored and OttoWinter committed Jan 25, 2019
1 parent 9ebf643 commit 6d6876c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esphomeyaml/components/sensor/dht.py
Expand Up @@ -16,6 +16,7 @@
'DHT22': DHTModel.DHT_MODEL_DHT22,
'AM2302': DHTModel.DHT_MODEL_AM2302,
'RHT03': DHTModel.DHT_MODEL_RHT03,
'SI7021': DHTModel.DHT_MODEL_SI7021,
}

MakeDHTSensor = Application.struct('MakeDHTSensor')
Expand Down

0 comments on commit 6d6876c

Please sign in to comment.