grow_planted.yaml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. name: Grow Planter
  2. products:
  3. - id: key8cpvp7wxgptce
  4. model: SGH01
  5. name: Grow planter
  6. entities:
  7. - entity: switch
  8. icon: "mdi:sprout"
  9. name: Power
  10. dps:
  11. - id: 101
  12. type: boolean
  13. name: switch
  14. - entity: switch
  15. name: Pump
  16. icon: "mdi:water-pump"
  17. dps:
  18. - id: 102
  19. type: boolean
  20. name: switch
  21. # - entity: switch
  22. # name: pumptimer
  23. # dps:
  24. # - id: 103
  25. # optional: true
  26. # type: integer
  27. # name: switch
  28. - entity: light
  29. name: Led Lights
  30. icon: "mdi:ceiling-light-multiple-outline"
  31. category: config
  32. dps:
  33. - id: 104
  34. type: boolean
  35. name: switch
  36. - entity: number
  37. name: Set Nutrient Countdown
  38. category: config
  39. class: duration
  40. translation_key: timer
  41. mode: slider
  42. dps:
  43. - id: 106
  44. unit: days
  45. type: integer
  46. name: value
  47. range:
  48. min: 0
  49. max: 30
  50. - entity: number
  51. name: Nutrient Countdown
  52. category: config
  53. class: duration
  54. translation_key: timer
  55. # mode: slider
  56. dps:
  57. - id: 107
  58. type: integer
  59. name: value
  60. readonly: true
  61. range:
  62. min: 0
  63. max: 30
  64. - entity: select
  65. translation_key: lightmode
  66. category: config
  67. name: LED Mode
  68. dps:
  69. - id: 105
  70. type: string
  71. name: option
  72. mapping:
  73. - dps_val: GROW
  74. value: Seeding
  75. - dps_val: VEG
  76. value: Vegetable
  77. - dps_val: BLOOM
  78. value: Bloom