From c82183023fe58d5c9fd8c9b730a3424ec3ab281b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joris=20Pelgr=C3=B6m?= Date: Fri, 14 Feb 2025 14:57:33 +0100 Subject: [PATCH] Document sensor platform for LetPot integration (#37453) --- source/_integrations/letpot.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_integrations/letpot.markdown b/source/_integrations/letpot.markdown index 80f565e98b5..6eb3ea1892f 100644 --- a/source/_integrations/letpot.markdown +++ b/source/_integrations/letpot.markdown @@ -2,6 +2,7 @@ title: LetPot description: Instructions on how to integrate LetPot hydroponic gardens into Home Assistant. ha_category: + - Sensor - Switch - Time ha_release: 2025.2 @@ -12,6 +13,7 @@ ha_codeowners: ha_domain: letpot ha_integration_type: hub ha_platforms: + - sensor - switch - time ha_quality_scale: bronze @@ -54,6 +56,13 @@ Password: The LetPot integration provides the following entities. +#### Sensors + +For LetPot Max devices, the following sensors are available: + +- **Temperature**: Ambient temperature measured by the device. +- **Water level**: Percentage of the water tank filled with water. The official app will display 0-30% as "Low", 30-90% as "Medium", and 90% or more as "High". + #### 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.