English
English
简体中文
日本語

Unit DLight ESPHome Component

The Unit DLight component reads ambient illuminance data over I2C.

1. Component Overview

Item Information
Product Name Unit DLight
SKU U136
Main Function Ambient illuminance detection
Communication Interface I2C
Default I2C Address 0x23
ESPHome Component bh1750
ESPHome Version Requirement /

2. Component Description

Including the Official Component

BH1750 Illuminance Sensor

Unit DLight uses the bh1750 component to read ambient illuminance over I2C.

sensor:
  - platform: bh1750
    name: "Unit DLight Illuminance"
    address: 0x23
    update_interval: 60s

3. Reference Example

yaml
1 2 3 4 5 6 7 8 9 10
i2c:
  sda: GPIOXX
  scl: GPIOXX
  scan: true

sensor:
  - platform: bh1750
    name: "Unit DLight Illuminance"
    address: 0x23
    update_interval: 60s

After adding it to Home Assistant:

Page Tools
PDF
On This Page