readme content
This commit is contained in:
16
README.md
16
README.md
@@ -27,3 +27,19 @@ 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`
|
||||||
Reference in New Issue
Block a user