mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-04-08 19:05:59 +02:00
Updated documentation of TCS34725 (#1510)
- Due to the commit 3273871c1c572db00a1f549cb1c076663f39c3d7 documentation is updated Co-authored-by: Razorback16 <razorback16@users.noreply.github.com>
This commit is contained in:
parent
ebe48114ae
commit
d36e9e7893
@ -42,6 +42,7 @@ required to be set up in your configuration for this sensor to work.
|
||||
name: "TCS34725 Color Temperature"
|
||||
gain: 1x
|
||||
integration_time: 2.4ms
|
||||
glass_attenuation_factor: 1.0
|
||||
address: 0x29
|
||||
update_interval: 60s
|
||||
|
||||
@ -63,7 +64,10 @@ Configuration variables:
|
||||
- **gain** (*Optional*): Set the gain for the internal ADCs to work better in certain low-light conditions. Valid
|
||||
values are ``1x`` (default), ``4x``, ``16x``, ``60x`` (highest gain).
|
||||
- **integration_time** (*Optional*): The amount of time the light sensor is exposed. Valid values are
|
||||
``2.4ms`` (default), ``24ms``, ``50ms``, ``101ms``, ``154ms``, ``700ms``.
|
||||
``2.4ms`` (default), ``24ms``, ``50ms``, ``101ms``, ``120ms``, ``154ms``, ``180ms``, ``199ms``,
|
||||
``240ms``, ``300ms``, ``360ms``, ``401ms``, ``420ms``, ``480ms``, ``499ms``, ``540ms``, ``600ms``, ``614ms``.
|
||||
- **glass_attenuation_factor** (*Optional*): The attenuation factor of glass if it's behind some glass facia.
|
||||
Default is ``1.0`` means ``100%`` transmissivity. ``2`` means ``50%`` transmissivity etc.
|
||||
- **address** (*Optional*, int): Manually specify the I²C address of the sensor. Defaults to ``0x29``.
|
||||
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the
|
||||
sensor. Defaults to ``60s``.
|
||||
|
Loading…
Reference in New Issue
Block a user