1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-10 23:32:23 +01:00

update tests now that duplicate names are validated

This commit is contained in:
J. Nick Koston
2025-06-25 00:34:50 +02:00
parent 71fbcbceaf
commit d2fc3e749c

View File

@@ -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