mirror of
https://github.com/esphome/esphome.git
synced 2024-11-06 09:25:37 +01:00
22 lines
390 B
YAML
22 lines
390 B
YAML
i2c:
|
|
- id: i2c_tcs34725
|
|
scl: 5
|
|
sda: 4
|
|
|
|
sensor:
|
|
- platform: tcs34725
|
|
red_channel:
|
|
name: Red Channel
|
|
green_channel:
|
|
name: Green Channel
|
|
blue_channel:
|
|
name: Blue Channel
|
|
clear_channel:
|
|
name: Clear Channel
|
|
illuminance:
|
|
name: Illuminance
|
|
color_temperature:
|
|
name: Color Temperature
|
|
integration_time: 614ms
|
|
gain: 60x
|