Card features: add links to related cards (#31962)

This commit is contained in:
c0ffeeca7 2024-03-20 11:46:12 +01:00 committed by GitHub
parent 0cb1afe119
commit 1eb6a2f273
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,12 @@ Some dashboard cards have support for features. These widgets add quick controls
Screenshot of tile cards with features. Screenshot of tile cards with features.
</p> </p>
Features can be enabled on the following cards:
- [Humidifier](/dashboards/humidifier/)
- [Thermostat](/dashboards/thermostat/)
- [Tile](/dashboards/tile/)
## Alarm modes ## Alarm modes
Widget that displays buttons to arm and disarm an [alarm](/integrations/alarm_control_panel). Widget that displays buttons to arm and disarm an [alarm](/integrations/alarm_control_panel).
@ -538,3 +544,9 @@ operation_modes:
description: List of modes to show on the card. The list can contain `electric`, `gas`, `heat_pump`, `eco`, `performance`, `high_demand`, and `off`. description: List of modes to show on the card. The list can contain `electric`, `gas`, `heat_pump`, `eco`, `performance`, `high_demand`, and `off`.
type: list type: list
{% endconfiguration %} {% endconfiguration %}
## Related topics
- [Humidifier card](/dashboards/humidifier/)
- [Thermostat card](/dashboards/thermostat/)
- [Tile card](/dashboards/tile/)