hthiery / python-fritzhome

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

Remove no more existing devices and templates from internal cache #99

Closed mib1185 closed 6 months ago

mib1185 commented 7 months ago

no more existing devices and templates will be removed from internal caches self._devices and self._templates. With this we will be able to detect if a device or template has been removed and do necessary steps in consuming application (eq. in homeassistant)

coveralls commented 7 months ago

Coverage Status

coverage: 94.592% (+0.3%) from 94.295% when pulling f85774e59c4795bb59127e49f73eb15fb8ce6739 on mib1185:remove-no-more-existing-devices-and-templates-from-internal-cache into dbd144291f5d6898a54906e9d3737877d2020f4c on hthiery:master.

mib1185 commented 6 months ago

Hi @hthiery do you mind to enable "Squash and Merge" for this repo? So we would be able to squash all commits of this PR into one merge-commit into the master branch, without the need to do this manually in this PR