hthiery / python-fritzhome

Python Library to access AVM Fritz!Box homeautomation
MIT License
52 stars 37 forks source link

Add device and unit id property to FritzhomeEntityBase #94

Closed mib1185 closed 9 months ago

mib1185 commented 9 months ago

Based on the chapter 1.2.1 Identifier für Geräte und Unit this adds a property to the FritzhomeEntityBase, which return the device id and a possible unit id. This can later be used to identify related entities.

coveralls commented 9 months ago

Coverage Status

coverage: 93.095% (+0.08%) from 93.02% when pulling 7d56e1c77e7b0e8265554538889d768003a0082d on mib1185:add-device-and-unit-id-property into 53afd613a17514ade8f13852bb6e345c947125dd on hthiery:master.

hthiery commented 9 months ago

thanks