mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Document sensor platform for LetPot integration (#37453)
This commit is contained in:
parent
fda2c0013b
commit
c82183023f
@ -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:
|
||||||
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
- Time
|
- Time
|
||||||
ha_release: 2025.2
|
ha_release: 2025.2
|
||||||
@ -12,6 +13,7 @@ ha_codeowners:
|
|||||||
ha_domain: letpot
|
ha_domain: letpot
|
||||||
ha_integration_type: hub
|
ha_integration_type: hub
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
- time
|
- time
|
||||||
ha_quality_scale: bronze
|
ha_quality_scale: bronze
|
||||||
@ -54,6 +56,13 @@ Password:
|
|||||||
|
|
||||||
The LetPot integration provides the following entities.
|
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
|
#### 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user