1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00
Files
esphome/tests/components/ltr390/common.yaml
DanielV b18ff48b4a [API] Sub devices and areas (#8544)
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick+github@koston.org>
2025-06-25 12:03:41 +00:00

39 lines
707 B
YAML

i2c:
- id: i2c_ltr390
scl: ${scl_pin}
sda: ${sda_pin}
sensor:
- platform: ltr390
uv:
name: LTR390 UV 1
uv_index:
name: LTR390 UVI 1
light:
name: LTR390 Light 1
ambient_light:
name: LTR390 ALS 1
gain: X3
resolution: 18
window_correction_factor: 1.0
address: 0x53
update_interval: 60s
- platform: ltr390
uv:
name: LTR390 UV 2
uv_index:
name: LTR390 UVI 2
light:
name: LTR390 Light 2
ambient_light:
name: LTR390 ALS 2
gain:
ambient_light: X9
uv: X3
resolution:
ambient_light: 18
uv: 13
window_correction_factor: 1.0
address: 0x53
update_interval: 60s