Dashboard: add lock features (#32536)

This commit is contained in:
c0ffeeca7 2024-04-30 12:35:23 +02:00 committed by GitHub
parent 8c726e1ea4
commit 590bf2e17b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 42 additions and 0 deletions

View File

@ -428,6 +428,48 @@ type:
type: string type: string
{% endconfiguration %} {% endconfiguration %}
## Lock commands
Widget that shows buttons to open or close a [lock](/integrations/lock).
<p class='img'>
<img src='/images/dashboards/features/lock_feature_commands.png' alt='Screenshot of the tile card with the lock commands feature'>
Screenshot of the tile card with the lock commands feature
</p>
```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).
<p class='img'>
<img src='/images/dashboards/features/lock_feature_open_door.png' alt='Screenshot of the tile card with the lock open door feature'>
Screenshot of the tile card with the lock open door feature
</p>
```yaml
features:
- type: "lock-open-door"
```
{% configuration features %}
type:
required: true
description: "`lock-open-door`"
type: string
{% endconfiguration %}
## Numeric input ## Numeric input
Widget that displays a slider or buttons to set the value for a [number](/integrations/number) or [input number](/integrations/input_number). Widget that displays a slider or buttons to set the value for a [number](/integrations/number) or [input number](/integrations/input_number).

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB