mirror of
https://github.com/esphome/esphome.git
synced 2025-04-20 01:30:33 +01:00
14 lines
343 B
YAML
14 lines
343 B
YAML
sensor:
|
|
- platform: bh1745
|
|
address: 0x38
|
|
i2c_id: i2c_bh1745
|
|
gain: 1X
|
|
integration_time: 160ms
|
|
red_channel: Red channel
|
|
green_channel: Green channel
|
|
blue_channel: Blue channel
|
|
clear_channel: Clear channel
|
|
illuminance: Illuminance
|
|
color_temperature: Color temperature
|
|
pimoroni_led_switch: LED Switch
|