The Unit DLight component reads ambient illuminance data over I2C.
| 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 | / |
Unit DLight uses the bh1750 component to read ambient illuminance over I2C.
sensor:
- platform: bh1750
name: "Unit DLight Illuminance"
address: 0x23
update_interval: 60s i2c:
sda: GPIOXX
scl: GPIOXX
scan: true
sensor:
- platform: bh1750
name: "Unit DLight Illuminance"
address: 0x23
update_interval: 60sAfter adding it to Home Assistant: