JurajNyiri / HomeAssistant-Tapo-Control

Control for Tapo cameras as a Home Assistant component
Apache License 2.0
947 stars 80 forks source link

Handle cleanup of config entry #614

Closed natekspencer closed 3 days ago

natekspencer commented 1 week ago

This handles cancelling the mediaSync event which continues every 60 seconds indefinitely even when an entry is removed.

It also removes the config entry data from hass when the entry is removed.

JurajNyiri commented 6 days ago

Thank you! Changes look good!

I will take a look, test and merge once I am back from vacation and get up to speed on everything that happens in the meantime.

JurajNyiri commented 3 days ago

Thank you!