ard100_valve.yaml 934 B

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