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