diff --git a/source/dashboards/features.markdown b/source/dashboards/features.markdown index 55d238108a16..12fb0426c0fc 100644 --- a/source/dashboards/features.markdown +++ b/source/dashboards/features.markdown @@ -757,6 +757,27 @@ type: type: string {% endconfiguration %} +## Valve position + +Widget that displays a slider to control the position for a [valve](/integrations/valve). + +

+ Screenshot of the tile card with the valve position feature + Screenshot of the tile card with the valve position feature +

+ +```yaml +features: + - type: "valve-position" +``` + +{% configuration features %} +type: + required: true + description: "`valve-position`" + type: string +{% endconfiguration %} + ## Water heater operation modes Widget that displays buttons to control the operation mode of a [water heater](/integrations/water_heater). diff --git a/source/images/dashboards/features/valve_position.png b/source/images/dashboards/features/valve_position.png new file mode 100644 index 000000000000..f107c44cec01 Binary files /dev/null and b/source/images/dashboards/features/valve_position.png differ