Closed nickneos closed 5 years ago
:wave: Thanks for opening your first issue here! If you're reporting a :bug: bug, please make sure you include steps to reproduce it. Also, logs, error messages and information about your hardware might be usefull.
Perhaps it is related to this issue? https://github.com/home-assistant/appdaemon/issues/538#issuecomment-478983353
This add-on does only install AppDaemon:
https://github.com/hassio-addons/addon-appdaemon3/blob/master/appdaemon/requirements.txt
Dependencies of AppDaemon are not locked in by the add-on, but are defined in:
https://github.com/home-assistant/appdaemon/blob/dev/setup.py#L18
Since AppDaemon does not lock in a version, the latest PyYaml gets installed, which is apparently broken.
Sorry, but there is nothing I can do. As soon as AppDaemon releases a working version (by doing proper version pinning), I'll release an update as soon as possible.
GitHubAppDaemon3 - Community Hass.io Add-on for Home Assistant - hassio-addons/addon-appdaemon3
GitHub:page_facing_up: Python Apps for Home Automation. Contribute to home-assistant/appdaemon development by creating an account on GitHub.
no worries...thanks
v2.0.2 of the add-on has just been released, which upgrades AppDaemon to v3.0.3, which addresses the secrets issue.
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
Problem/Motivation
having !secret in apps.yaml no longer works
Expected behavior
!secret is parsed in apps.yaml as was the case prior to last release
Actual behavior
Steps to reproduce
have a !secret reference in apps.yaml
Proposed changes