mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 14:43:51 +00:00 
			
		
		
		
	Add sensor support: MAX44009 (#3125)
Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
		| @@ -463,6 +463,13 @@ sensor: | ||||
|     state_topic: livingroom/custom_state_topic | ||||
|     measurement_duration: 31 | ||||
|     i2c_id: i2c_bus | ||||
|   - platform: max44009 | ||||
|     name: "Outside Brightness 1" | ||||
|     internal: true | ||||
|     address: 0x4A | ||||
|     update_interval: 30s | ||||
|     mode: low_power | ||||
|     i2c_id: i2c_bus | ||||
|   - platform: bme280 | ||||
|     temperature: | ||||
|       name: "Outside Temperature" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user