mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	LTR390 separate ALS and UV gain and resolution (#7026)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -18,3 +18,21 @@ sensor: | ||||
|     window_correction_factor: 1.0 | ||||
|     address: 0x53 | ||||
|     update_interval: 60s | ||||
|   - platform: ltr390 | ||||
|     uv: | ||||
|       name: LTR390 UV | ||||
|     uv_index: | ||||
|       name: LTR390 UVI | ||||
|     light: | ||||
|       name: LTR390 Light | ||||
|     ambient_light: | ||||
|       name: LTR390 ALS | ||||
|     gain: | ||||
|       ambient_light: X9 | ||||
|       uv: X3 | ||||
|     resolution: | ||||
|       ambient_light: 18 | ||||
|       uv: 13 | ||||
|     window_correction_factor: 1.0 | ||||
|     address: 0x53 | ||||
|     update_interval: 60s | ||||
|   | ||||
| @@ -13,7 +13,9 @@ sensor: | ||||
|       name: LTR390 Light | ||||
|     ambient_light: | ||||
|       name: LTR390 ALS | ||||
|     gain: X3 | ||||
|     gain: | ||||
|       ambient_light: X9 | ||||
|       uv: X3 | ||||
|     resolution: 18 | ||||
|     window_correction_factor: 1.0 | ||||
|     address: 0x53 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user