diff --git a/source/dashboards/features.markdown b/source/dashboards/features.markdown index b61bfcfbc83f..69bca072211a 100644 --- a/source/dashboards/features.markdown +++ b/source/dashboards/features.markdown @@ -428,6 +428,48 @@ type: type: string {% endconfiguration %} +## Lock commands + +Widget that shows buttons to open or close a [lock](/integrations/lock). + +

+ Screenshot of the tile card with the lock commands feature + Screenshot of the tile card with the lock commands feature +

+ +```yaml +features: + - type: "lock-commands" +``` + +{% configuration features %} +type: + required: true + description: "`lock-commands`" + type: string +{% endconfiguration %} + +## Lock open door + +Widget that shows buttons to open or close a [lock](/integrations/lock). + +

+ Screenshot of the tile card with the lock open door feature + Screenshot of the tile card with the lock open door feature +

+ +```yaml +features: + - type: "lock-open-door" +``` + +{% configuration features %} +type: + required: true + description: "`lock-open-door`" + type: string +{% endconfiguration %} + ## Numeric input Widget that displays a slider or buttons to set the value for a [number](/integrations/number) or [input number](/integrations/input_number). diff --git a/source/images/dashboards/features/lock_feature_commands.png b/source/images/dashboards/features/lock_feature_commands.png new file mode 100644 index 000000000000..439232f82bb7 Binary files /dev/null and b/source/images/dashboards/features/lock_feature_commands.png differ diff --git a/source/images/dashboards/features/lock_feature_open_door.png b/source/images/dashboards/features/lock_feature_open_door.png new file mode 100644 index 000000000000..b6ff820557f2 Binary files /dev/null and b/source/images/dashboards/features/lock_feature_open_door.png differ