Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 506 Bytes

File metadata and controls

26 lines (25 loc) · 506 Bytes

components

ESPHome VEML6075 component

Integration for VEML6075

ESPHome Config

(the commented-out raw values are for debugging)

  - platform: veml6075
    uva:
      name: "UVA"
    uvb:
      name: "UVB"
    uv_index:
      name: "UV Index"
    #raw1:
    #  name: "raw1 Test (UVA)"
    #raw2:
    #  name: "raw2 Test (UVB)"
    #raw3:
    #  name: "raw3 Test (Comp1)"
    #raw4:
    #  name: "raw4 Test (Comp2)"
    integration_time: 100ms
    high_dynamic: false
    update_interval: 20s