mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
27 lines
575 B
YAML
27 lines
575 B
YAML
i2c:
|
|
- id: i2c_tcs34725
|
|
scl: 5
|
|
sda: 4
|
|
|
|
sensor:
|
|
- platform: tcs34725
|
|
cie1931_x:
|
|
name: CIE1931 X
|
|
cie1931_y:
|
|
name: CIE1931 Y
|
|
cie1931_z:
|
|
name: CIE1931 Z
|
|
red_channel_irradiance:
|
|
name: Red Channel Irradiance
|
|
green_channel_irradiance:
|
|
name: Green Channel Irradiance
|
|
blue_channel_irradiance:
|
|
name: Blue Channel Irradiance
|
|
sensor_saturation:
|
|
name: Sensor Saturation
|
|
illuminance:
|
|
name: Illuminance
|
|
color_temperature:
|
|
name: Color Temperature
|
|
integration_time: 614ms
|
|
gain: 60x
|