frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Add lock commands feature to tile card

Open marcgeurts opened this issue 1 year ago • 0 comments

Proposed change

Added lock-commands feature for the tile card inspired from the mushroom lock card from @piitaya

https://github.com/piitaya/lovelace-mushroom/blob/main/docs/cards/lock.md

image image

image image

image

Type of change

  • [ ] Dependency upgrade
  • [ ] Bugfix (non-breaking change which fixes an issue)
  • [x] New feature (thank you!)
  • [ ] Breaking change (fix/feature causing existing functionality to break)
  • [ ] Code quality improvements to existing code or addition of tests

Example configuration

type: tile
entity: lock.front_door
features:
  - type: lock-commands

Checklist

  • [x] The code change is tested and works locally.
  • [x] There is no commented out code in this PR.
  • [ ] Tests have been added to verify that the new code works.

If user exposed functionality or configuration variables are added/changed:

marcgeurts avatar Feb 26 '24 12:02 marcgeurts