mirror of
https://github.com/esphome/esphome.git
synced 2025-01-09 22:31:46 +01:00
Adding all config options
As requested https://github.com/esphome/esphome/pull/1505#discussion_r597326897
This commit is contained in:
parent
33cf04fa4b
commit
dce5a54341
1 changed files with 5 additions and 0 deletions
|
@ -574,6 +574,11 @@ sensor:
|
|||
name: "LTR390 Light"
|
||||
als:
|
||||
name: "LTR390 ALS"
|
||||
gain: "X3"
|
||||
resolution: 18
|
||||
wfac: 1.0
|
||||
address: 0x53
|
||||
update_interval: 60s
|
||||
- platform: max6675
|
||||
name: 'Living Room Temperature'
|
||||
cs_pin: GPIO23
|
||||
|
|
Loading…
Reference in a new issue