mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add climate fan modes card feature (#30447)
* Add climate fan modes card feature * Update source/dashboards/features.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
cd1d347eb2
commit
4be724df54
@ -41,6 +41,42 @@ modes:
|
||||
type: list
|
||||
{% endconfiguration %}
|
||||
|
||||
## Climate fan modes
|
||||
|
||||
Widget that displays buttons or icons to control the fan mode for a [climate](/integrations/climate) device.
|
||||
|
||||
<p class='img'>
|
||||
<img src='/images/dashboards/features/climate_fan_modes.png' alt='Screenshot of the tile card with the climate fan modes feature'>
|
||||
Screenshot of the tile card with the climate fan modes feature
|
||||
</p>
|
||||
|
||||
```yaml
|
||||
features:
|
||||
- type: "climate-fan-modes"
|
||||
style: "icons"
|
||||
fan_modes:
|
||||
- "off"
|
||||
- low
|
||||
- medium
|
||||
- high
|
||||
```
|
||||
|
||||
{% configuration features %}
|
||||
type:
|
||||
required: true
|
||||
description: "`climate-fan-modes`"
|
||||
type: string
|
||||
style:
|
||||
required: false
|
||||
description: "How the fan modes should be displayed. It can be either `dropdown` or `icons`."
|
||||
type: string
|
||||
default: dropdown
|
||||
fan_modes:
|
||||
required: true
|
||||
description: List of fan modes to show on the card. The list can contain `on`, `off`, `auto`, `low`, `medium`, `high`, `middle`, `focus` and `diffuse` or any other custom fan mode.
|
||||
type: list
|
||||
{% endconfiguration %}
|
||||
|
||||
## Climate HVAC modes
|
||||
|
||||
Widget that displays buttons to control the HVAC mode for a [climate](/integrations/climate).
|
||||
|
BIN
source/images/dashboards/features/climate_fan_modes.png
Normal file
BIN
source/images/dashboards/features/climate_fan_modes.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
Loading…
x
Reference in New Issue
Block a user