You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reworked the UI plugin system. We now can load UI plugins from the hoobs folder in the plugin. I also added what I am calling a sidecar. A sidecar is a module that is released to NPM. Then on our plugins server we can set that module in the sidecar field. Then the sidecar is installed, upgraded and removed along with the plugin.
yarn add plugin sidecar
This allows us to make config plugins for plugins that don't have one. It also allows plugin devs to do the same thing. This is great because devs can keep their code clean (hopefully HB follows on this).
Next Steps
Make a sidecar for the mercedes and nest plugins.
mkellsy
changed the title
Implement Custom Config for Mercedes Me Plugin
Sidecars for Mercedes Me, Nest, and Nest Cam Plugins
Mar 27, 2021
https://plugins.hoobs.org/plugin/homebridge-mercedesme
This plugin needs custom UI implementation for getting the token from the mercedes api.
The text was updated successfully, but these errors were encountered: