Advertisement
Chrwjensen

Untitled

Oct 29th, 2023
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. esphome:
  2. name: ld2410
  3. friendly_name: LD2410
  4.  
  5.  
  6. esp32:
  7. board: esp32dev
  8. framework:
  9. type: arduino
  10.  
  11. # Enable logging
  12. logger:
  13.  
  14. # Enable Home Assistant API
  15. api:
  16. encryption:
  17. key: "WklzRFVXge5wOhGQHBBoHeiXumiibo/pH3/QDJwi44s="
  18.  
  19. ota:
  20. password: "03803c85cc4ae6baf8ac0e4052cbb3bc"
  21.  
  22. wifi:
  23. ssid: hemmeligt
  24. password: hemmeligt
  25.  
  26. # Enable fallback hotspot (captive portal) in case wifi connection fails
  27. ap:
  28. ssid: "Ld2410 Fallback Hotspot"
  29. password: "xXhtIeDROUg4"
  30.  
  31. captive_portal:
  32.  
  33. binary_sensor:
  34. - platform: gpio
  35. name: mmwave_presence_ld2410
  36. id: mmwave_presence_ld2410
  37. pin: GPIO13
  38. device_class: motion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement