-
-
Notifications
You must be signed in to change notification settings - Fork 635
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. |
### Bugfixes * Fixed an issue with restoring the network cache from disk on some systems (#7560) ### Config file changes * Preserve all endpoints for Fibaro FGFS101, FW 26.26 (#7561) * Preserve all endpoints for Fibaro FGFS101, FW 25.25 (#7558) * Updates to AEON Labs Minimote (#7544) * Auto-assign Lifeline for Trane XL624 (#7547) * Disable Supervision for Everspring SP817 Motion Sensor (#7475) * Add wakeup instructions for ZSE43 (#7454) * Add wakeup instructions for ZSE42 (#7489) * Add wakeup instructions for ZSE41 (#7488) * Add Zooz ZSE70 800LR (#7496) * Add new device config for Philips DDL240X-15HZW lock (#7498) * Add Z-Wave.me Z-Station (#7521)
Updates to fix zwave-js/zwave-js-ui#4088:
Additionally:
Import manufacturer templates via root directory