hass-core/homeassistant/components/unifiprotect
J. Nick Koston 4ea1c5cc3c
Add support for importing integrations in the executor (#111336)
* Add support for pre-imports at setup time

alternative solution to #111331

* refactor

* refactor

* refactor

* mark >1.0s integrations

* no point in executor if already loaded

* no point in executor if already loaded

* cleanup

* cleanup

* two more

* one more

* analytics loads a lot more integrations

* cloud

* debug

* psutil, hardwre

* try zha

* Update homeassistant/setup.py

* await

* comments

* coverage

* coverage

* coverage

* move logic to loader

* move logic to loader

* preserve comments
2024-02-26 14:49:43 -05:00
..
__init__.py Guide users to migrate from Ubiquiti Cloud Accounts to local for UniFi Protect (#111018) 2024-02-20 23:32:47 -06:00
binary_sensor.py Make adding new device in unifiprotect callback functions (#111054) 2024-02-20 23:47:31 -06:00
button.py Make adding new device in unifiprotect callback functions (#111054) 2024-02-20 23:47:31 -06:00
camera.py Make adding new device in unifiprotect callback functions (#111054) 2024-02-20 23:47:31 -06:00
config_flow.py Guide users to migrate from Ubiquiti Cloud Accounts to local for UniFi Protect (#111018) 2024-02-20 23:32:47 -06:00
const.py Increase unifiprotect fallback interval to 20s (#110870) 2024-02-20 23:48:41 -06:00
data.py Improve UniFi Protect re-auth (#110021) 2024-02-20 23:31:42 -06:00
diagnostics.py
discovery.py
entity.py Rework state change detection for UniFi Protect entities (#107766) 2024-01-10 18:06:45 -10:00
light.py Fixes UniFi Protect light state check (#111058) 2024-02-21 19:45:32 +01:00
lock.py Make adding new device in unifiprotect callback functions (#111054) 2024-02-20 23:47:31 -06:00
manifest.json Add support for importing integrations in the executor (#111336) 2024-02-26 14:49:43 -05:00
media_player.py Make adding new device in unifiprotect callback functions (#111054) 2024-02-20 23:47:31 -06:00
media_source.py Add metadata for UniFi Protect Media Source (#109389) 2024-02-22 14:44:16 -10:00
migrate.py
models.py Migrate unifiprotect descriptions to be kw_only (#107832) 2024-01-12 09:33:33 +01:00
number.py Make adding new device in unifiprotect callback functions (#111054) 2024-02-20 23:47:31 -06:00
repairs.py Guide users to migrate from Ubiquiti Cloud Accounts to local for UniFi Protect (#111018) 2024-02-20 23:32:47 -06:00
select.py Make adding new device in unifiprotect callback functions (#111054) 2024-02-20 23:47:31 -06:00
sensor.py Make adding new device in unifiprotect callback functions (#111054) 2024-02-20 23:47:31 -06:00
services.py
services.yaml
strings.json Guide users to migrate from Ubiquiti Cloud Accounts to local for UniFi Protect (#111018) 2024-02-20 23:32:47 -06:00
switch.py Make adding new device in unifiprotect callback functions (#111054) 2024-02-20 23:47:31 -06:00
text.py Make adding new device in unifiprotect callback functions (#111054) 2024-02-20 23:47:31 -06:00
utils.py Use identity checks for unifiprotect enums (#106795) 2024-01-05 13:27:10 +01:00
views.py