I’m using the new Areas Card with the new update (looks great!), and leverage features for the lights, garage door, covers, switches but it doesn’t show the door lock.
Is this something that can be added or currently not in support.
The documentation says it supports features
which takes you to Features for dashboard cards - Home Assistant
This has the lock, and I’ve configured this item and proven it works, so why doesn’t it appear on the area card?
1 Like
Came looking for this very thing after the area card update. hope locks get included in the future.
Looks like it’s a documentation miss, I confirmed via Github.
opened 09:03AM - 06 Jul 25 UTC
### Checklist
- [x] I have updated to the latest available Home Assistant versi… on.
- [x] I have cleared the cache of my browser.
- [x] I have tried a different browser to see if it is related to my browser.
- [x] I have tried reproducing the issue in [safe mode](https://www.home-assistant.io/blog/2023/11/01/release-202311/#restarting-into-safe-mode) to rule out problems with unsupported custom resources.
### Describe the issue you are experiencing
I’m using the new Areas Card with the new update (looks great!), and leverage features for the lights, garage door, covers, switches but it doesn’t show the door lock.
Is this something that can be added or currently not in support.
The documentation says it supports features
https://www.home-assistant.io/dashboards/area
* takes you to
https://www.home-assistant.io/dashboards/features
This has the lock, and I’ve configured this item and proven it works, so why doesn’t it appear on the area card?
### Describe the behavior you expected
If there is a lock present in an area for it to be a feature button like the others (switch light etc.)
### Steps to reproduce the issue
1. Create a lock in an area
2. Create an area card
3. No lock button present in feature customisation
### What version of Home Assistant Core has the issue?
core-2025.7.0
### What was the last working version of Home Assistant Core?
_No response_
### In which browser are you experiencing the issue?
Chrome Version 137.0.7151.120 (Official Build) (arm64)
### Which operating system are you using to run this browser?
OSX 15.5 (24F74)
### State of relevant entities
```
lock.front_door_lock
```
### Problem-relevant frontend configuration
```yaml
features:
- type: area-controls
controls:
- light
camera_view: auto
alert_classes:
- motion
- sound
- door
- window
sensor_classes: []
features_position: bottom
display_type: camera
type: area
area: entrace
color: ""
```
### JavaScript errors shown in your browser console/inspector
```txt
```
### Additional information
I have tried overriding the features configuration from area-controls to
features:
- type: lock-commands
I can see it accept the syntax (it's happy with lock-commands) but then nothing shows...
Hopefully it will come soon.
With the latest update it looks like area cards have added a lot of functionality I’m relying on Bubble Card for but I too am missing some flexibility in adding features.
On top I have the Bubble card and then below the default area card. I’m hoping that a light slider will be added in place of the button here. I’m working around that by having the area card navigation trigger a popup and then having a bubble card slider for the lights.
Also, within the card features It would be good if we can add regular icon buttons to trigger other actions (sub buttons in Bubble Card).
Other than that I’m really happy with this latest update to area cards.