mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	CCS811 support (#536)
* CCS811 * Move define, add test * Remove sun artifact * Lint * Lint
This commit is contained in:
		| @@ -511,6 +511,13 @@ sensor: | ||||
|       name: "SDS011 PM10.0" | ||||
|     update_interval: 5min | ||||
|     rx_only: false | ||||
|   - platform: ccs811 | ||||
|     eco2: | ||||
|       name: CCS811 eCO2 | ||||
|     tvoc: | ||||
|       name: CCS811 TVOC | ||||
|     update_interval: 30s | ||||
|     baseline: 0x4242 | ||||
|  | ||||
|  | ||||
| esp32_touch: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user