A compact camera card for Home Assistant with motion and person-detection overlays. Designed to sit comfortably alongside status-button-card and room-control-card on a dashboard without dominating the layout.
what it does
- compact camera tile with stream preview
- motion and person-detection overlays driven by binary sensors
- tap / hold actions to reveal a fullscreen view
- works with HA-native camera entities
work in progress. Public release tracking on the GitHub issues board.
install via HACS
- add
https://github.com/akaDashe/smart-camera-cardas a custom Lovelace repository - download once a release is published
- restart Home Assistant
basic config
type: custom:smart-camera-card
entity: camera.front_door
motion_entity: binary_sensor.front_door_motion
person_entity: binary_sensor.front_door_person