Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- esphome:
- name: garage-freezer
- friendly_name: Garage freezer
- esp32:
- board: esp32dev
- framework:
- type: esp-idf
- # Enable logging
- logger:
- # Enable Home Assistant API
- api:
- encryption:
- key: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
- ota:
- - platform: esphome
- password: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
- wifi:
- ssid: !secret wifi_ssid
- password: !secret wifi_password
- # Enable fallback hotspot (captive portal) in case wifi connection fails
- ap:
- ssid: "Garage-Freezer Fallback Hotspot"
- password: "xxxxxxxxxxxxxxxxx"
- captive_portal:
- web_server:
- one_wire:
- - platform: gpio
- pin: 25
Advertisement
Add Comment
Please, Sign In to add comment