1
0
Fork 0

Bump esphome

This commit is contained in:
maralorn 2022-12-09 14:07:52 +01:00
parent 0df1f5bb9f
commit 56c5ae9f5a
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,12 @@
sensor:
- !include sensor/scd41-dewpoint.yaml
- !include sensor/scd41.yaml
button:
- platform: template
name: "${macsuffix}_scd41_force_calibration"
on_press:
- scd4x.perform_forced_calibration:
# https://www.co2.earth/daily-co2, maybe find a more local value?
value: 415
id: scd41

View file

@ -11,5 +11,6 @@ humidity:
name: ${macsuffix}_scd41_humidity
id: scd41_humidity
<<: !include timings.yaml
id: scd41
address: 0x62
update_interval: 5s