mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add support for SHT4X (#1512)
This commit is contained in:
		| @@ -741,6 +741,13 @@ sensor: | ||||
|       id: 'workshop_PMC_10_0' | ||||
|     address: 0x69 | ||||
|     update_interval: 10s | ||||
|   - platform: sht4x | ||||
|     temperature: | ||||
|       name: 'SHT4X Temperature' | ||||
|     humidity: | ||||
|       name: 'SHT4X Humidity' | ||||
|     address: 0x44 | ||||
|     update_interval: 15s | ||||
|   - platform: shtcx | ||||
|     temperature: | ||||
|       name: 'Living Room Temperature 10' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user