ard100_valve.yaml 878 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. name: Valve controller
  2. products:
  3. - id: nguto5atyd2xxnap
  4. name: ARD-100+ smart valve controller
  5. entities:
  6. - entity: valve
  7. dps:
  8. - id: 1
  9. type: boolean
  10. name: valve
  11. - entity: switch
  12. icon: "mdi:valve"
  13. deprecated: valve
  14. category: config
  15. dps:
  16. - id: 1
  17. type: boolean
  18. name: switch
  19. - entity: number
  20. translation_key: timer
  21. class: duration
  22. category: config
  23. dps:
  24. - id: 7
  25. name: value
  26. type: integer
  27. range:
  28. min: 0
  29. max: 86400
  30. unit: s
  31. - entity: select
  32. translation_key: initial_state
  33. category: config
  34. dps:
  35. - id: 14
  36. type: string
  37. name: option
  38. mapping:
  39. - dps_val: "off"
  40. value: "off"
  41. - dps_val: "on"
  42. value: "on"
  43. - dps_val: memory
  44. value: memory