Advertisement
Chrwjensen

Drivhuspumpekode

Oct 27th, 2024
3
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. output:
  2. - platform: gpio
  3. pin: 27
  4. id: 'pumpe_1'
  5. - platform: gpio
  6. pin: 14
  7. id: 'pumpe_2'
  8.  
  9. switch:
  10. - platform: output
  11. name: "Pumpe Gødning"
  12. output: 'pumpe_1'
  13. inverted: True
  14. - platform: output
  15. name: "Pumpe Vand"
  16. output: 'pumpe_2'
  17. inverted: True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement