mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	update tests now that duplicate names are validated
This commit is contained in:
		| @@ -6,13 +6,13 @@ i2c: | |||||||
| sensor: | sensor: | ||||||
|   - platform: ltr390 |   - platform: ltr390 | ||||||
|     uv: |     uv: | ||||||
|       name: LTR390 UV |       name: LTR390 UV 1 | ||||||
|     uv_index: |     uv_index: | ||||||
|       name: LTR390 UVI |       name: LTR390 UVI 1 | ||||||
|     light: |     light: | ||||||
|       name: LTR390 Light |       name: LTR390 Light 1 | ||||||
|     ambient_light: |     ambient_light: | ||||||
|       name: LTR390 ALS |       name: LTR390 ALS 1 | ||||||
|     gain: X3 |     gain: X3 | ||||||
|     resolution: 18 |     resolution: 18 | ||||||
|     window_correction_factor: 1.0 |     window_correction_factor: 1.0 | ||||||
| @@ -20,13 +20,13 @@ sensor: | |||||||
|     update_interval: 60s |     update_interval: 60s | ||||||
|   - platform: ltr390 |   - platform: ltr390 | ||||||
|     uv: |     uv: | ||||||
|       name: LTR390 UV |       name: LTR390 UV 2 | ||||||
|     uv_index: |     uv_index: | ||||||
|       name: LTR390 UVI |       name: LTR390 UVI 2 | ||||||
|     light: |     light: | ||||||
|       name: LTR390 Light |       name: LTR390 Light 2 | ||||||
|     ambient_light: |     ambient_light: | ||||||
|       name: LTR390 ALS |       name: LTR390 ALS 2 | ||||||
|     gain: |     gain: | ||||||
|       ambient_light: X9 |       ambient_light: X9 | ||||||
|       uv: X3 |       uv: X3 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user