mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Adding SI7021 sensor to config validation (#375)
This commit is contained in:
		
				
					committed by
					
						 Otto Winter
						Otto Winter
					
				
			
			
				
	
			
			
			
						parent
						
							9ebf6439b2
						
					
				
				
					commit
					6d6876ca39
				
			| @@ -16,6 +16,7 @@ DHT_MODELS = { | ||||
|     'DHT22': DHTModel.DHT_MODEL_DHT22, | ||||
|     'AM2302': DHTModel.DHT_MODEL_AM2302, | ||||
|     'RHT03': DHTModel.DHT_MODEL_RHT03, | ||||
|     'SI7021': DHTModel.DHT_MODEL_SI7021, | ||||
| } | ||||
|  | ||||
| MakeDHTSensor = Application.struct('MakeDHTSensor') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user