Update features.markdown (#40105)

This commit is contained in:
Douwe 2025-07-30 16:19:30 +02:00 committed by GitHub
parent 91483f950a
commit 4d8c0eed83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,6 +74,33 @@ modes:
type: list
{% endconfiguration %}
## Button
Widget that displays buttons to control [button](/integrations/button) or [script](/integrations/script).
<p class='img'>
<img src='/images/dashboards/features/button.png' alt='Screenshot of the tile card with the button feature'>
Screenshot of the tile card with the button feature
</p>
```yaml
features:
- type: "button"
action_name: "Click the button"
```
{% configuration features %}
type:
required: true
description: "`button`"
type: string
action_name:
required: false
type: string
description: Text inside the button.
type: string
{% endconfiguration %}
## Climate fan modes
Widget that displays buttons or icons to control the fan mode for a [climate](/integrations/climate) device.