t0bst4r / matterbridge-home-assistant-addon

Apache License 2.0
123 stars 16 forks source link

adding battery percentage to selected devices #86

Closed tammeryousef1006 closed 5 months ago

tammeryousef1006 commented 5 months ago

Domain

lock

What is actually missing?

hi there , is it possible to view the battery percentage with the device at matterbridge ? because I pair already a lock but need its battery reading too .

thanks in advance

t0bst4r commented 5 months ago

Does it have an attribute for the battery percentage, or does it have an extra entity for it?

tammeryousef1006 commented 5 months ago

Yes of course

tammeryousef1006 commented 5 months ago

lock

t0bst4r commented 5 months ago

Okay I see. It’s not an attribute. It’s another entity (with its own entity_id). At the moment each entity is handled on its own. No link is created between different entities of the same device. That what you actually need.

we already started the same discussion over there in the main project. Let’s keep it simple and only track it once (over there).