Advertisement
Guest User

Untitled

a guest
Apr 9th, 2020
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. esphome:
  2. name: glowice_parter
  3. platform: ESP8266
  4. board: d1_mini
  5.  
  6. wifi:
  7. ssid: "Devs"
  8. password: "xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  9. # Enable fallback hotspot (captive portal) in case wifi connection fails
  10. ap:
  11. ssid: "GlowiceParter Fallback Hotspot"
  12. password: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  13.  
  14. mqtt:
  15. broker: 192.168.xxx.xxx
  16. port: 1883
  17. discovery: True
  18.  
  19. ota:
  20. password: "xxxxxxxxxxxxxxxxxxxxx"
  21.  
  22. switch:
  23. - platform: gpio
  24. pin: 2
  25. name: "Glowice salon"
  26. inverted: yes
  27.  
  28. - platform: gpio
  29. pin: 0
  30. name: "Glowica korytarz"
  31. inverted: yes
  32.  
  33. - platform: gpio
  34. pin: 4
  35. name: "Glowica łazienka parter"
  36. inverted: yes
  37.  
  38. - platform: gpio
  39. pin: 5
  40. name: "Pompa parter"
  41. inverted: yes
  42.  
  43. - platform: restart
  44. name: "Restart ESP GlowiceParter"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement