openhab-core
openhab-core copied to clipboard
Core framework of openHAB
Changes in this PR: - Exclude *.inc.yaml from being processed by the YamlModelRepositoryImpl. These are meant to be used as files `!include`d as packages. - Add a preprocessor for the...
Currently it seems that only `.yaml` configuration files are loaded. However `.yml` is also often used as a shorter file extension and should be loaded, too.
Hello, The idea behing this is to try to unify and simplify media handling in Openhab between differents addons. We already have in openhab today: - A PlayerItem that enable...
Follow-up for #4513. This moves the newly added provider script extension to a new package and etxends it with support for providing item metadata & ItemChannelLinks.
Continuation of #4026, this time finishing the job by changing the API. Methods related to discovery now use `Instant` rather than `long` for timestamps. This provides type safety, clarity and...
This is more a philosophical question than an actual hard bug or feature request. Currently the OH Point, Property, and Equipment tags are formally documented in the [Thing description schema](...
Related to #4585 This PR supports conversion of things and items. It supports DSL and YAML file formats. A first new API (POST /file-format/create) allows to create a file format...
I UI PR to be able to show the semantic tree of an item in the item detail screen. For this, the item semantic model needs to be requested from...