mirror of
https://github.com/esphome/esphome.git
synced 2025-01-09 22:31:46 +01:00
Moving test to different config file
test1.yml runs out of memory
This commit is contained in:
parent
dce5a54341
commit
44511552d1
2 changed files with 14 additions and 14 deletions
|
@ -565,20 +565,6 @@ sensor:
|
|||
humidity:
|
||||
name: 'Living Room Humidity 6'
|
||||
update_interval: 15s
|
||||
- platform: ltr390
|
||||
uv:
|
||||
name: "LTR390 UV"
|
||||
uvi:
|
||||
name: "LTR390 UVI"
|
||||
light:
|
||||
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
|
||||
|
|
|
@ -195,6 +195,20 @@ sensor:
|
|||
name: 'Inkbird IBS-TH1 Humidity'
|
||||
battery_level:
|
||||
name: 'Inkbird IBS-TH1 Battery Level'
|
||||
- platform: ltr390
|
||||
uv:
|
||||
name: "LTR390 UV"
|
||||
uvi:
|
||||
name: "LTR390 UVI"
|
||||
light:
|
||||
name: "LTR390 Light"
|
||||
als:
|
||||
name: "LTR390 ALS"
|
||||
gain: "X3"
|
||||
resolution: 18
|
||||
wfac: 1.0
|
||||
address: 0x53
|
||||
update_interval: 60s
|
||||
|
||||
time:
|
||||
- platform: homeassistant
|
||||
|
|
Loading…
Reference in a new issue