-
-
Notifications
You must be signed in to change notification settings - Fork 695
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
Add a way to mark bindings obsolete #1200
Comments
All OH1 bindings have been removed in OH 3.0. |
True but there could be a valid need to flag a binding as deprecated and replaced by another - not only OH1 bindings but a generic way of specifying deprecation messages. We should define some frontmatter attributes to be put on an add-on README like (not an actual example):
or
then the script processing these would behave accordingly. |
I would love to have all 3 parameters in place. :) We could add a special deprecated reason if needed and otherwise use a standard phrase or a "standard replaced by phrase" |
Good suggestions @ghys, I changed the subject to make it more generic |
The reason this is not marked obsolete is at least because the |
I am not sure, if we shoudl invest much time into this currently. We can go for a solution in the future, if there should be a need for ist. |
Currently if there is a oh2 binding with the same name as the oh1 binding, the oh1 binding will include an "OBSOLETE BINDING" message at the beginning of the documentation. An example of this the astro binding. This request is to add the ability to mark oh1 bindings that have been replaced by a oh2 binding with a different name. An example of one is the oh1 insteonplm binding has been replaced with insteon. There are many other bindings that also fall in this category and some are documented at openhab/openhab-addons#6179
The text was updated successfully, but these errors were encountered: