Skip to content

Commit 748dec5

Browse files
authored
Add fan-oscillate dashboard feature documentation (#40403)
1 parent 8901a65 commit 748dec5

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

source/dashboards/features.markdown

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,27 @@ type:
364364
type: string
365365
{% endconfiguration %}
366366

367+
## Fan oscillate
368+
369+
Widget that displays controls to change oscillation state for a [fan](/integrations/fan).
370+
371+
<p class='img'>
372+
<img src='/images/dashboards/features/fan_oscillate.png' alt='Screenshot of the tile card with the fan oscillate feature'>
373+
Screenshot of the tile card with the fan oscillate feature
374+
</p>
375+
376+
```yaml
377+
features:
378+
- type: "fan-oscillate"
379+
```
380+
381+
{% configuration features %}
382+
type:
383+
required: true
384+
description: "`fan-oscillate`"
385+
type: string
386+
{% endconfiguration %}
387+
367388
## Fan preset modes
368389

369390
Widget that displays buttons or icons to control the preset mode for a [fan](/integrations/fan).
4.97 KB
Loading

0 commit comments

Comments
 (0)