Created
March 25, 2021 08:40
-
-
Save bessarabov/26452539f52c3b11f941188f7ca240f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esphome: | |
name: garage_dht22 | |
platform: ESP8266 | |
board: d1_mini | |
wifi: | |
ssid: !secret wifi_ssid | |
password: !secret wifi_password | |
logger: | |
api: | |
password: !secret api_password | |
ota: | |
password: !secret ota_password | |
sensor: | |
- platform: dht | |
model: AM2302 | |
pin: 5 | |
temperature: | |
name: "Garage Temperature" | |
humidity: | |
name: "Garage Humidity" | |
update_interval: 60s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment