mirror of
https://github.com/esphome/esphome.git
synced 2025-10-13 07:13:47 +01:00
35 lines
662 B
YAML
35 lines
662 B
YAML
sensor:
|
|
- platform: ltr390
|
|
i2c_id: i2c_bus
|
|
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
|