Would appreciate any help, with the most recent changes in lovelace, im not sure why this isnt working unless its impossible.
basically have a picture glance card that gets its image from doorbell cam, lists the skybell sensors/buttons entities and creates buttons for them. i wanted to add my garage door entry’s lock so that the lock icon toggles the lock state on tap.
i feel like ive tried everything but its always just listing the lock entity and doing the default action (more-info screen). from there, i can lock/unlock, but id like to make it easier by just tap to lock/unlock.
current card code:
- camera_image: camera.garage
entities:
- camera.garage
- light.garage
- binary_sensor.garage_entry_doors
- binary_sensor.skybell_garage_motion
- binary_sensor.skybell_garage_button
- entity: lock.garage_entry
tap action:
action: toggle
type: picture-glance
the light works as a tap to toggle. the rest do more-info as default