We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GenericAsset.attributes should be for dev or custom features, and sensors_to_show has become an important feature.
GenericAsset.attributes
sensors_to_show
Editing it among all the others is also cumbersome.
So we should move it to its own place, GenericAsset.sensors_to_show.
GenericAsset.sensors_to_show
Note that there is already a property for sensors_to_show on Genericasset. That should keep on working, its contents need refactoring.
Genericasset
Maybe we can discuss if the data migration code can also migrate this data from attributes. Probably we should do that with some Python scripting.
attributes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GenericAsset.attributes
should be for dev or custom features, andsensors_to_show
has become an important feature.Editing it among all the others is also cumbersome.
So we should move it to its own place,
GenericAsset.sensors_to_show
.Note that there is already a property for
sensors_to_show
onGenericasset
. That should keep on working, its contents need refactoring.Maybe we can discuss if the data migration code can also migrate this data from
attributes
. Probably we should do that with some Python scripting.The text was updated successfully, but these errors were encountered: