Skip to content

Commit

Permalink
Update esphome-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
escomputers committed Apr 27, 2024
1 parent ff23c0a commit 1f5c058
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions esphome-configuration/esphome-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ output:
- platform: esp8266_pwm
pin: GPIO15
id: pwm_output
inverted: true

fan:
- platform: speed
output: pwm_output
name: "Inline Fan"

sensor:
- platform: mhz19
Expand All @@ -52,15 +58,15 @@ sensor:
name: "MH-Z19 Temperature"
update_interval: 60s
automatic_baseline_calibration: false
- platform: dht
pin: GPIO4
model: AM2302
temperature:
name: "Air temperature"
humidity:
name: "Air humidity"
accuracy_decimals: 2
update_interval: 60s
# - platform: dht
# pin: GPIO4
# model: AM2302
# temperature:
# name: "Air temperature"
# humidity:
# name: "Air humidity"
# accuracy_decimals: 2
# update_interval: 60s
# update_interval: 60s
# - platform: bme280
# temperature:
Expand Down Expand Up @@ -96,4 +102,3 @@ sensor:
accuracy_decimals: 2

captive_portal:

0 comments on commit 1f5c058

Please sign in to comment.