* Update expire examples
Added a description that the expire parameter can be combined with items that are connected to a channel.
Added an example to show the correct syntax when combining channels and expire.
Signed-off-by: Michael Bredehorn michael@bredehorn.nrw (github: bredmich)
* Improve sinks documentation
* Remove references to the javasound sink since it no longer exists since OH 2.5
* The only UI supporting webaudio is currently HABPanel
Signed-off-by: Wouter Born <github@maindrain.net>
* Update ESH link to OHC
Signed-off-by: Wouter Born <github@maindrain.net>
The command
```
for i in $(find . -name '*.png'); do zopflipng -m --filters=0me --lossy_8bit --lossy_transparent -y "$i" "$i"; done
```
was used to accomplish this optimization, all images should have lost no
accuracy as a result of the compression applied.
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
* Change stable linux repository locations
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Make same changes to migration
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Fix typo in RPM stable repo location
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Optimize profile example section layout
Signed-off-by: Patrick Fink <mail@pfink.de>
* Fix copy&paste error
Signed-off-by: Patrick Fink <mail@pfink.de>
* Use good coding practice für multi channel linkage
Signed-off-by: Patrick Fink <mail@pfink.de>
* Startlevel execution support for jsr223 scripts
JSR223 scripts can now be run at specific start levels as of https://github.com/openhab/openhab-core/pull/2222
This PR adds the docs to describe how it can be used.
Signed-off-by: Jonathan Gilbert <jpg@trillica.com>
* Add linebreaks.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Update rules-dsl.md
Added some Quantity handling details to "Number Item" to give hints for perennial comparison and temperature add problems.
* Update rules-dsl.md
Added clear space around code inserts as recommended
Add several pages related to UI.
Move sitemaps, HABPanel to it.
Rename "User Interfaces & Ecosystem" to "Ecosystem".
Rename "Beginner Tutorial" to "Getting Started".
Put the installation guide above the Concepts section.
Also fix https://github.com/openhab/website/issues/270.
Signed-off-by: Yannick Schaus <github@schaus.net>
* Delete habpanel.md
This file is gathered from its code repository for a long time already.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Add habpanel placeholder for preview
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Add hint that /etc/default/openhab2 is not considered by the upgrade
When you use a raspberry you may have used the file /etc/default/openhab2 to changed JAVA options.
After upgrade to openHAB 3.0 this file is no longer used. Instead the file /etc/default/openhab must be used.
* Small modifications to original pull request.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Update links to target "main" branches
Signed-off-by: Wouter Born <github@maindrain.net>
* Update process_file.rb
Signed-off-by: Wouter Born <github@maindrain.net>
* Update for all other repos too
Signed-off-by: Wouter Born <github@maindrain.net>
1. When trying to reach https://www.cronmaker.com/ the website refuses the connection. You can only reach it using HTTP (without HTTPS).
You could leave cronmaker in there but I think leading users to web pages that aren't using HTTPS might be not be best idea.
2. Fix Typo in url for quartz-scheduler.org
There is one comma too much in the sample for profile hysteresis. The profile must be related to the channel. The comma will lead also to an error message in log.
Switch Low_Battery { channel="serialbutton:button:mybutton:battery-level" [profile="hysteresis", lower=15, inverted=true] }
* Update rules-dsl.md
Corrected the "system started" section to reflect that the trigger will no longer execute on loading the rules file in OH v.3.
* Adapt inline codeblock design.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Fix errros for the addon folder.
* Fix errros for the administration folder.
* Fix errros for the concepts folder.
* Fix errros for the configuration folder.
* Improved and synced markdown linting rules.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>