You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/letpot.markdown
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ title: LetPot
3
3
description: Instructions on how to integrate LetPot hydroponic gardens into Home Assistant.
4
4
ha_category:
5
5
- Binary sensor
6
+
- Number
6
7
- Select
7
8
- Sensor
8
9
- Switch
@@ -16,6 +17,7 @@ ha_domain: letpot
16
17
ha_integration_type: hub
17
18
ha_platforms:
18
19
- binary_sensor
20
+
- number
19
21
- select
20
22
- sensor
21
23
- switch
@@ -81,6 +83,14 @@ Additionally, binary sensors for possible issues are available:
81
83
Binary sensors for issues are disabled by default. If you want to use them, you need to enable them first. See the [enabling or disabling entities](/common-tasks/general/#enabling-or-disabling-entities) documentation for information on how to do this.
82
84
{% endimportant %}
83
85
86
+
### Numbers
87
+
88
+
-**Plants age**: The number of days the plants in the hydroponic garden have been growing/since planting. This value is automatically updated by the device while the **Power** switch is on. Edit the value to restart the counter or use your own logic.
89
+
90
+
For LetPot Max devices, the following number is also available:
91
+
92
+
-**Light brightness**: Set the built-in light brightness level. Accepted values are 1 (lowest) to 8 (highest).
93
+
84
94
#### Selects
85
95
86
96
-**Light mode**: Set the built-in light mode to fruits/flowers (red and white LEDs enabled) or veggies/herbs (red, white and blue LEDs enabled).
0 commit comments