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:
Paul Bottein 2023-12-05 18:29:33 +01:00 committed by GitHub
parent c2596f56fd
commit a170969e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 56 additions and 1 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB