mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	Add support for STS3x Temperature sensors (#669)
* Add support for Sensirion STS3x Temperature sensors * Removed humidty reading from STS3x sensor * Fixed line error and operand error * Fixed syntax * Add test snippet for STS3x sensor * Clean up * #550 Proactive fix for STS3x component reporting WARNING status and reinitialzing similar to SHT3xd * Flattened config. * Fixed missing temperature unit * Code formatting * Added marking for future commands * Cleanup * Removed whitespace * Cleanup * Cleanup
This commit is contained in:
		| @@ -522,6 +522,9 @@ sensor: | ||||
|       name: "Living Room Humidity 8" | ||||
|     address: 0x44 | ||||
|     update_interval: 15s | ||||
|   - platform: sts3x | ||||
|     name: "Living Room Temperature 9" | ||||
|     address: 0x4A | ||||
|   - platform: scd30 | ||||
|     co2: | ||||
|       name: "Living Room CO2 9" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user