Description (detailed)
- AppDaemon version: 4.5.11
- Home Assistant version: Core 2025.7.4, Supervisor 2025.07.3, OS 16.0
- Folder structure under
/config/appdaemon/apps/:apps.yamlpolitical_trades.py(with correctclass PoliticalTradesMonitor(hass.Hass):)
- Content of
apps.yaml:
political_trades_monitor:
module: political_trades
class: PoliticalTradesMonitor
appdaemon.yamlincludes:
apps:
app_dir: /config/appdaemon/apps
- Restarting the addon (
Restartvia UI) doesn’t trigger loading of the custom app—onlyhello_worldappears in the logs.
New app config: hello_world
Starting apps: {'hello_world'}
- Confirmation that file permissions and paths are correct:
ls -l /config/appdaemon/apps/shows both files- No errors or typos in naming or indentation
- Even manual creation of the script entry didn’t work.
- This has blocked progress and may point to a silent omission in the loader logic.
any idea? Thanks