homeassistant_bold icon indicating copy to clipboard operation
homeassistant_bold copied to clipboard

Create separate entities per lock. such as battery etc instead of attributes

Open bartbakels opened this issue 2 years ago • 4 comments

Hi,

Thanks for this great integration.

I have some generic enhancements in mind

1 - publish via HACS, in the end hopefully part of the core even :) 2 - use webhooks, to enable more functionality

  • logbook items
  • who opened the Lock, and how

3 - possibly separate entities per lock. such as battery etc instead of attributes

Happy to help and test if needed

with regards Bart

bartbakels avatar Jan 23 '23 10:01 bartbakels

You can now enter the URL of this repository in HACS and install from there. So item 1 can be marked as partly finished ;-) I don't have enough coding skills to help out with part 2, maybe I will succeed in making part 3 work.

Emacee avatar Jan 31 '23 18:01 Emacee

Thanks i already reinstalled via hacs and its working. Option 3 i was working on, but for now i use the attributes and a template. I rhink option 2 is more intresting also to check on the status of the lock etc, see other comments

bartbakels avatar Jan 31 '23 18:01 bartbakels

@bartbakels I'm already working on the battery-state as diagnostic sensor!

Fun thing; the battery status is just a string with "Excellent" instead of a percentage; working on a mapping/translation.

tim427 avatar Feb 01 '23 12:02 tim427