-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix custom component for HA 0.92 #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the Dockerfile, we'll need to bring in our new files:
- COPY run.sh /
- COPY xboxone.py /
+ COPY run.sh xboxone.py manifest.py __init__.py /
I added it as separate copies for some reason before seeing your comment and tested working that way on a new hassio build |
Okay, tested it and it looks good. I'm going to accept the PR and probably edit the Dockerfile afterward. Thanks for the contribution 👍 |
Adding manifest and init files on container start Former-commit-id: e1194af
Adding manifest and init files on container start Former-commit-id: e1194af
Adding manifest and init files on container start
Created init.py and manifest.json
updated run.sh to copy these files in with the custom component