* Updated logo for the Plex Media Player
PR #15057 Added support for the Plex Media Player. This updates the logo for the binding.
Signed-off-by: Aron Beurskens <aron@beurskens.nl>
* Added dark plex logo
Added dark plex logo to be visible on white background
Signed-off-by: Aron Beurskens <aron@beurskens.nl>
---------
Signed-off-by: Aron Beurskens <aron@beurskens.nl>
* Add persistence filters
* address review comments
Signed-off-by: Jan N. Klug <github@klug.nrw>
* md lint
Signed-off-by: Jan N. Klug <github@klug.nrw>
* fooo
Signed-off-by: Jan N. Klug <github@klug.nrw>
* include
Signed-off-by: Jan N. Klug <github@klug.nrw>
* md
Signed-off-by: Jan N. Klug <github@klug.nrw>
---------
Signed-off-by: Jan N. Klug <github@klug.nrw>
* developer sidebar search
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
* update text
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
---------
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
* New icon sources for an item
Related to openhab/openhab-core#3052
Depends on the merge of PR openhab/openhab-core#3539
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* First set of review comments considered
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Remove the constraint regarding hyphen in icon name
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Consider one remaining opened comment
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Hide < and >
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Include HTTP link to icon sources directly in the table
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
---------
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* [developer] document thing-type update instructions
Signed-off-by: Jan N. Klug <github@klug.nrw>
* address review comments
Signed-off-by: Jan N. Klug <github@klug.nrw>
---------
Signed-off-by: Jan N. Klug <github@klug.nrw>
* Document the new dynamic scripting-language transformation
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* Adjust line breaks
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
---------
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* MainUI developer sidebar: document the search
With https://github.com/openhab/openhab-webui/pull/1732, the developer
sidebar search was extended to check much more entities for the search
string. This lists what is possible now.
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
* Address review & Add missing Things
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
---------
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
The innogysmarthome binding will get removed, see issue https://github.com/openhab/openhab-addons/issues/14674
Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
Signed-off-by: Sven Strohschein <novanic@gmx.de>
* update docs for core.GenericEventTrigger
see https://github.com/openhab/openhab-core/pull/3299
Signed-off-by: Cody Cutrer <cody@cutrer.us>
* link to javadocs for mostly-complete list of event types
Signed-off-by: Cody Cutrer <cody@cutrer.us>
---------
Signed-off-by: Cody Cutrer <cody@cutrer.us>
When running as a service an extra folder called log is created in userdata (Note: OpenHab log folder is userdata/logs with the s on the end).
This extra folder is created because the default Karaf log folder is not explicitly set in the wrapper config.
These changes update the wrapper config file to make sure the Karaf log folder is set to the same as the OpenHab Logs folder.
See Community post - https://community.openhab.org/t/oh3-oh4-running-as-service-on-windows-creates-spurious-log-folder-with-openhab-log-empty/145048