mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-28 03:41:57 +01:00
Improve temt600 formatting
This commit is contained in:
parent
3b5c945c43
commit
469c365c1c
@ -14,10 +14,11 @@ voltage measurements to illuminance values in lux using a forumla:
|
||||
|
||||
.. code:: yaml
|
||||
|
||||
- platform: adc
|
||||
sensor:
|
||||
- platform: adc
|
||||
pin: A0
|
||||
name: "TEMT6000 Illuminance"
|
||||
unit_of_measurement: lux
|
||||
unit_of_measurement: lx
|
||||
filters:
|
||||
- lambda: >-
|
||||
return (x / 10000.0) * 2000000.0;
|
||||
|
Loading…
Reference in New Issue
Block a user