Skip to content

Commit 5b7b878

Browse files
authored
Add valve open/close card feature (#40372)
1 parent 5bc5428 commit 5b7b878

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
@@ -736,6 +736,27 @@ commands:
736736
type: list
737737
{% endconfiguration %}
738738

739+
## Valve open/close
740+
741+
Widget that displays buttons to open, close, or stop a [valve](/integrations/valve).
742+
743+
<p class='img'>
744+
<img src='/images/dashboards/features/valve_open_close.png' alt='Screenshot of the tile card with open/close feature'>
745+
Screenshot of the tile card with valve open/close feature
746+
</p>
747+
748+
```yaml
749+
features:
750+
- type: "valve-open-close"
751+
```
752+
753+
{% configuration features %}
754+
type:
755+
required: true
756+
description: "`valve-open-close`"
757+
type: string
758+
{% endconfiguration %}
759+
739760
## Water heater operation modes
740761

741762
Widget that displays buttons to control the operation mode of a [water heater](/integrations/water_heater).
7.92 KB
Loading

0 commit comments

Comments
 (0)