echief_sgh01_planter.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. name: Hydroponic grower
  2. products:
  3. - id: key8cpvp7wxgptce
  4. manufacturer: Dongguan E Chief
  5. model: SGH01
  6. entities:
  7. - entity: switch
  8. icon: "mdi:sprout"
  9. dps:
  10. - id: 101
  11. type: boolean
  12. name: switch
  13. - entity: switch
  14. name: Pump
  15. icon: "mdi:water-pump"
  16. dps:
  17. - id: 102
  18. type: boolean
  19. name: switch
  20. # - entity: switch
  21. # name: pumptimer
  22. # dps:
  23. # - id: 103
  24. # optional: true
  25. # type: integer
  26. # name: switch
  27. - entity: light
  28. icon: "mdi:ceiling-light-multiple-outline"
  29. category: config
  30. dps:
  31. - id: 104
  32. type: boolean
  33. name: switch
  34. - entity: number
  35. name: Nutrient timer
  36. category: config
  37. class: duration
  38. translation_key: timer
  39. dps:
  40. - id: 106
  41. unit: d
  42. type: integer
  43. name: value
  44. range:
  45. min: 0
  46. max: 30
  47. - entity: sensor
  48. name: Nutrient time remaining
  49. class: duration
  50. translation_key: time_remaining
  51. dps:
  52. - id: 107
  53. unit: d
  54. type: integer
  55. name: sensor
  56. - entity: select
  57. category: config
  58. name: LED mode
  59. dps:
  60. - id: 105
  61. type: string
  62. name: option
  63. mapping:
  64. - dps_val: GROW
  65. value: Seeding
  66. - dps_val: VEG
  67. value: Vegetable
  68. - dps_val: BLOOM
  69. value: Bloom