Skip to content

Commit 692a4db

Browse files
authored
Add valve postion card feature (#40393)
1 parent 3aa63c2 commit 692a4db

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
@@ -757,6 +757,27 @@ type:
757757
type: string
758758
{% endconfiguration %}
759759

760+
## Valve position
761+
762+
Widget that displays a slider to control the position for a [valve](/integrations/valve).
763+
764+
<p class='img'>
765+
<img src='/images/dashboards/features/valve_position.png' alt='Screenshot of the tile card with the valve position feature'>
766+
Screenshot of the tile card with the valve position feature
767+
</p>
768+
769+
```yaml
770+
features:
771+
- type: "valve-position"
772+
```
773+
774+
{% configuration features %}
775+
type:
776+
required: true
777+
description: "`valve-position`"
778+
type: string
779+
{% endconfiguration %}
780+
760781
## Water heater operation modes
761782

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

0 commit comments

Comments
 (0)