readme content

This commit is contained in:
John Lancaster
2024-02-22 00:29:45 -06:00
parent 2e41caf3f1
commit d7b1ed1563

View File

@@ -26,4 +26,20 @@ docker build -t appdaemon:jsl-dev .
cd ../conf cd ../conf
docker compose run -it --rm appdaemon docker compose run -it --rm appdaemon
``` ```
## 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`