Jabol

Untitled

Jul 10th, 2021
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. modbus:
  2. - name: hub1
  3. close_comm_on_error: true
  4. delay: 1
  5. timeout: 1
  6. type: tcp
  7. host: 192.168.XXX.XXX
  8. port: 502
  9. binary_sensors:
  10. - name: Drzwi
  11. address: 10
  12. scan_interval: 1
  13. slave: 255
  14. input_type: discrete_input
  15. device_class: door
  16. - name: Czujka 2
  17. address: 11
  18. scan_interval: 1
  19. slave: 255
  20. input_type: discrete_input
  21. device_class: motion
  22. - name: Okno 1
  23. address: 21
  24. scan_interval: 1
  25. slave: 255
  26. input_type: discrete_input
  27. device_class: window
Advertisement
Add Comment
Please, Sign In to add comment