-
-
Notifications
You must be signed in to change notification settings - Fork 633
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(config): updates to AEON Labs Minimote #7544
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.
I'd prefer if the import paths stayed local. Or why is this needed?
I thought it was necessary in order to write your own device config override, without copying the template too. Is that wrong? |
That's correct. It's not needed for the built in configs though. |
Ok, I'll revert it. It would still be nice to be able to avoid duplicating the template structure for an override, which I thought was the whole point of #6067. |
This reverts commit 31f7ba1.
Yeah, I need to revisit the fallback logic to also look for the manufacturer template when loaded from a relative path. |
Updates to fix zwave-js/zwave-js-ui#4088:
Additionally:
Import manufacturer templates via root directory