Advertisement
penright

Untitled

May 23rd, 2023
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. esphome:
  2. name: atom-echo
  3.  
  4. esp32:
  5. board: m5stack-core-esp32
  6. framework:
  7. type: arduino
  8.  
  9. # Enable logging
  10. logger:
  11.  
  12. # Enable Home Assistant API
  13. api:
  14.  
  15. ota:
  16. password: "6a17594052d583d0b17ae3cc2a3690c8"
  17.  
  18. wifi:
  19. ssid: !secret wifi_ssid
  20. password: !secret wifi_password
  21.  
  22. # Enable fallback hotspot (captive portal) in case wifi connection fails
  23. ap:
  24. ssid: "Atom-Echo Fallback Hotspot"
  25. password: "TaVgmQekELJI"
  26.  
  27. captive_portal:
  28.  
  29. i2s_audio:
  30. i2s_lrclk_pin: GPIO33
  31. i2s_bclk_pin: GPIO19
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement