Guest User

Untitled

a guest
Jul 12th, 2025
49
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: delonghi-controller-2
  3. friendly_name: Delonghi_controller_2
  4.  
  5. esp32:
  6. board: esp32dev
  7. framework:
  8. type: arduino
  9.  
  10. # Enable logging
  11. logger:
  12.  
  13. # Enable Home Assistant API
  14. api:
  15. encryption:
  16. key: "xxx"
  17.  
  18. ota:
  19. - platform: esphome
  20. password: "xxx"
  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: "Delonghi-Controller-2"
  29. password: "xxx"
  30.  
  31. captive_portal:
  32.  
  33. remote_receiver:
  34. pin: GPIO33
  35. dump: all
  36. # Settings to optimize recognition of RF devices
  37. tolerance: 75%
  38.  
Advertisement
Add Comment
Please, Sign In to add comment