openhab-scripters / openhab-helper-libraries

Scripts and modules for use with openHAB
Eclipse Public License 1.0
88 stars 70 forks source link

[items] Items created are not persisted #110

Closed 5iver closed 5 years ago

5iver commented 5 years ago

When using core.items.add_item, the Items created are not created in persistent storage (they're not there after an OH restart). Same for remove_item. Adding ManagedItemProvider will resolve this.