mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Document switch platform for LetPot integration (#37076)
* Document switches for LetPot integration * Rephrase alarm sound to indicate based on device support * Update ha_category, ha_platforms * Rephrase alarm sound again
This commit is contained in:
parent
3502adf4ee
commit
c6571b7d2c
@ -2,6 +2,7 @@
|
||||
title: LetPot
|
||||
description: Instructions on how to integrate LetPot hydroponic gardens into Home Assistant.
|
||||
ha_category:
|
||||
- Switch
|
||||
- Time
|
||||
ha_release: 2025.2
|
||||
ha_iot_class: Cloud Push
|
||||
@ -11,6 +12,7 @@ ha_codeowners:
|
||||
ha_domain: letpot
|
||||
ha_integration_type: integration
|
||||
ha_platforms:
|
||||
- switch
|
||||
- time
|
||||
---
|
||||
|
||||
@ -51,6 +53,19 @@ Password:
|
||||
|
||||
The LetPot integration provides the following entities.
|
||||
|
||||
#### 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.
|
||||
- **Pump cycling**: Turn on/off cycling of the water pump. When on, the pump will run intermittently (controlled by the device).
|
||||
|
||||
For devices with an alarm that allows muting the sound, the following switch is also available:
|
||||
|
||||
- **Alarm sound**: Turn on/off the alarm sound.
|
||||
|
||||
For LetPot Max devices, the following switch is also available:
|
||||
|
||||
- **Auto mode**: Turn on/off auto mode, which automatically adds water and nutrients to the garden when needed.
|
||||
|
||||
#### Times
|
||||
|
||||
- **Light on**: Time when the built-in light turns on.
|
||||
|
Loading…
x
Reference in New Issue
Block a user