Skip to content

Instantly share code, notes, and snippets.

@bessarabov
Created March 25, 2021 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bessarabov/26452539f52c3b11f941188f7ca240f2 to your computer and use it in GitHub Desktop.
Save bessarabov/26452539f52c3b11f941188f7ca240f2 to your computer and use it in GitHub Desktop.
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