From d7b1ed1563eb301b86492a208f9bf9316aa8b570 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 22 Feb 2024 00:29:45 -0600 Subject: [PATCH] readme content --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 930c0a6..c2651aa 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,20 @@ docker build -t appdaemon:jsl-dev . cd ../conf docker compose run -it --rm appdaemon -``` \ No newline at end of file +``` + +## TODO + +### Reloading + +- Seems to work from non-package module +- Does not work from inside a package module + + +## Reference + +- [`importlib.reload(module)`](https://docs.python.org/3/library/importlib.html#importlib.reload) +- `AppManagement.check_app_updates` + - `AppManagement._load_reload_modules` + - `AppManagement._load_apps` + - `AppManagement.init_object` \ No newline at end of file