Document sensor platform for LetPot integration (#37453)

This commit is contained in:
Joris Pelgröm 2025-02-14 14:57:33 +01:00 committed by GitHub
parent fda2c0013b
commit c82183023f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.