openhab-scripters / openhab-helper-libraries

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

[metadata] Added concept of key hierarchies #206

Closed 5iver closed 4 years ago

5iver commented 4 years ago

Previously, the access to metadata was flat and you could only navigate the top level. This PR allows you to now access and modify nested dicts with the metadata's configuration. Details in docstrings.

Signed-off-by: Scott Rushworth openhab@5iver.com

CrazyIvan359 commented 4 years ago

This doesn't contain any changes to metadata? All I see are a bunch of changes to "But How Do I?" and a comment in metadata.py