Guest User

Untitled

a guest
Aug 25th, 2025
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. esphome:
  2. name: garage-freezer
  3. friendly_name: Garage freezer
  4.  
  5. esp32:
  6. board: esp32dev
  7. framework:
  8. type: esp-idf
  9.  
  10. # Enable logging
  11. logger:
  12.  
  13. # Enable Home Assistant API
  14. api:
  15. encryption:
  16. key: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  17.  
  18. ota:
  19. - platform: esphome
  20. password: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  21.  
  22. wifi:
  23. ssid: !secret wifi_ssid
  24. password: !secret wifi_password
  25.  
  26. # Enable fallback hotspot (captive portal) in case wifi connection fails
  27. ap:
  28. ssid: "Garage-Freezer Fallback Hotspot"
  29. password: "xxxxxxxxxxxxxxxxx"
  30.  
  31. captive_portal:
  32.  
  33. web_server:
  34.  
  35. one_wire:
  36. - platform: gpio
  37. pin: 25
  38.  
Advertisement
Add Comment
Please, Sign In to add comment