mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Add target humidity and humidifier toggle features (#30170)
* Add target humidity and humidifier toggle features * Update source/dashboards/features.markdown --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
c2596f56fd
commit
a170969e0c
@ -215,7 +215,7 @@ type:
|
||||
|
||||
## Humidifier modes
|
||||
|
||||
Widget that displays buttons to control the mode for a [humidifier](/integrations/humidifier).
|
||||
Widget that displays buttons or icons to control the mode for a [humidifier](/integrations/humidifier).
|
||||
|
||||
<p class='img'>
|
||||
<img src='/images/dashboards/features/humidifier_modes.png' alt='Screenshot of the tile card with the humidifier modes feature'>
|
||||
@ -225,6 +225,10 @@ Widget that displays buttons to control the mode for a [humidifier](/integration
|
||||
```yaml
|
||||
features:
|
||||
- type: "humidifier-modes"
|
||||
style: "icons"
|
||||
modes:
|
||||
- home
|
||||
- eco
|
||||
```
|
||||
|
||||
{% configuration features %}
|
||||
@ -232,6 +236,36 @@ type:
|
||||
required: true
|
||||
description: "`humidifier-modes`"
|
||||
type: string
|
||||
style:
|
||||
required: false
|
||||
description: "How the modes should be displayed. It can be either `dropdown` or `icons`."
|
||||
type: string
|
||||
default: dropdown
|
||||
modes:
|
||||
required: true
|
||||
description: List of modes to show on the card. The list can contain `normal`, `eco`, `away`, `boost`, `comfort`, `home`, `sleep`, `auto`, and `baby` or any other custom mode.
|
||||
type: list
|
||||
{% endconfiguration %}
|
||||
|
||||
## Humidifier toggle
|
||||
|
||||
Widget that displays buttons to turn on or off a [humidifier](/integrations/humidifier).
|
||||
|
||||
<p class='img'>
|
||||
<img src='/images/dashboards/features/humidifier_toggle.png' alt='Screenshot of the tile card with the humidifier toggle feature'>
|
||||
Screenshot of the tile card with the humidifier toggle feature
|
||||
</p>
|
||||
|
||||
```yaml
|
||||
features:
|
||||
- type: "humidifier-toggle"
|
||||
```
|
||||
|
||||
{% configuration features %}
|
||||
type:
|
||||
required: true
|
||||
description: "`humidifier-toggle`"
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
## Lawn mower commands
|
||||
@ -331,6 +365,27 @@ style:
|
||||
default: slider
|
||||
{% endconfiguration %}
|
||||
|
||||
## Target humidity
|
||||
|
||||
Widget that displays a slider to select the target humidity for a [humidifier](/integrations/humidifier).
|
||||
|
||||
<p class='img'>
|
||||
<img src='/images/dashboards/features/target_humidity.png' alt='Screenshot of the tile card with the target humidity feature'>
|
||||
Screenshot of the tile card with the target humidity feature
|
||||
</p>
|
||||
|
||||
```yaml
|
||||
features:
|
||||
- type: "target-humidity"
|
||||
```
|
||||
|
||||
{% configuration features %}
|
||||
type:
|
||||
required: true
|
||||
description: "`target-humidity`"
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
## Target temperature
|
||||
|
||||
Widget that displays buttons to select the target temperature for a [climate](/integrations/climate) or a [water heater](/integrations/water_heater).
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 7.7 KiB |
BIN
source/images/dashboards/features/humidifier_toggle.png
Normal file
BIN
source/images/dashboards/features/humidifier_toggle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
BIN
source/images/dashboards/features/target_humidity.png
Normal file
BIN
source/images/dashboards/features/target_humidity.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
Loading…
x
Reference in New Issue
Block a user