mirror of
https://github.com/home-assistant/core.git
synced 2026-07-16 02:53:27 +01:00
480a495239
* Fix unifiprotect discovery running at shutdown Move the discovery start into `async_setup` so we only start discovery once reguardless of how many config entries for unifiprotect they have (or how many times they reload). Always make discovery a background task so it does not get to block shutdown * missing decorator