mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Document binary sensor platform for LetPot integration (#37470)
* Document binary sensor platform for LetPot integration * Add category/platform * Review comments
This commit is contained in:
parent
8ec7817783
commit
4f99e21404
@ -2,6 +2,7 @@
|
|||||||
title: LetPot
|
title: LetPot
|
||||||
description: Instructions on how to integrate LetPot hydroponic gardens into Home Assistant.
|
description: Instructions on how to integrate LetPot hydroponic gardens into Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
|
- Binary sensor
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
- Time
|
- Time
|
||||||
@ -13,6 +14,7 @@ ha_codeowners:
|
|||||||
ha_domain: letpot
|
ha_domain: letpot
|
||||||
ha_integration_type: hub
|
ha_integration_type: hub
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- binary_sensor
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
- time
|
- time
|
||||||
@ -56,6 +58,27 @@ Password:
|
|||||||
|
|
||||||
The LetPot integration provides the following entities.
|
The LetPot integration provides the following entities.
|
||||||
|
|
||||||
|
#### Binary sensors
|
||||||
|
|
||||||
|
- **Pump**: Indicates if the water pump is running (on) or idle (off). Updates may be delayed by the device until another entity updates.
|
||||||
|
- Available for LetPot Air devices, and other device models which report this value.
|
||||||
|
- Not available for LetPot Pro devices.
|
||||||
|
|
||||||
|
Additionally, binary sensors for possible issues are available:
|
||||||
|
|
||||||
|
- **Low nutrients**: Indicates if the nutrient solution tank used for auto mode is (almost) empty and should be refilled.
|
||||||
|
- Available for LetPot Max devices.
|
||||||
|
- **Low water**: Indicates if the water tank is (almost) empty and should be refilled.
|
||||||
|
- Available for all devices except LetPot Pro.
|
||||||
|
- **Pump error**: Indicates if the water pump detected a flow issue and should be cleaned.
|
||||||
|
- Available for some LetPot Mini and LetPot SE devices which report this value.
|
||||||
|
- **Refill error**: Indicates that the external water tank/input used for refilling in auto mode is not filling up the main water tank. If you see a refill error, check the external water tank/input and the connection to the main water tank.
|
||||||
|
- Available for LetPot Max devices.
|
||||||
|
|
||||||
|
{% important %}
|
||||||
|
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.
|
||||||
|
{% endimportant %}
|
||||||
|
|
||||||
#### Sensors
|
#### Sensors
|
||||||
|
|
||||||
For LetPot Max devices, the following sensors are available:
|
For LetPot Max devices, the following sensors are available:
|
||||||
@ -66,7 +89,7 @@ For LetPot Max devices, the following sensors are available:
|
|||||||
#### Switches
|
#### Switches
|
||||||
|
|
||||||
- **Power**: Main switch to turn on/off the device. Device features (like the built-in light and pump) will only operate when the power is on.
|
- **Power**: Main switch to turn on/off the device. Device features (like the built-in light and pump) will only operate when the power is on.
|
||||||
- **Pump cycling**: Turn on/off cycling of the water pump. When on, the pump will run intermittently (controlled by the device).
|
- **Pump cycling**: Turn on/off cycling of the water pump. When on, the pump will run intermittently (controlled by the device), which can be tracked using the **Pump** binary sensor.
|
||||||
|
|
||||||
For devices with an alarm that allows muting the sound, the following switch is also available:
|
For devices with an alarm that allows muting the sound, the following switch is also available:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user