ard100_valve.yaml 967 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. name: Valve controller
  2. products:
  3. - id: nguto5atyd2xxnap
  4. name: ARD-100+ smart valve controller
  5. primary_entity:
  6. entity: valve
  7. dps:
  8. - id: 1
  9. type: boolean
  10. name: valve
  11. secondary_entities:
  12. - entity: switch
  13. icon: "mdi:valve"
  14. deprecated: valve
  15. category: config
  16. dps:
  17. - id: 1
  18. type: boolean
  19. name: switch
  20. - entity: number
  21. translation_key: timer
  22. category: config
  23. dps:
  24. - id: 7
  25. name: value
  26. type: integer
  27. range:
  28. min: 0
  29. max: 86400
  30. unit: sec
  31. mapping:
  32. - scale: 1
  33. - dps_val: null
  34. - entity: select
  35. name: Initial state
  36. category: config
  37. icon: "mdi:toggle-switch"
  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: "Last state"