* Clarified Misc on systems integration page and added an explanation for the different installation options.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Review improvements.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Changes due to second review
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Adressed review comments. Added feature command family to console part.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Again some review based changes.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Removed console part, Added addons.cfg part and added a warning to jar file part.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Image not needed without console section.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Again some small improvements for introduction and addons.cfg part.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Improvements to addons.cfg section.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Adressed review comments
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Pointed needed addon types for trailing 1 out.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Adressed review comments and fixed one remaining typo
Signed-off-by: Confectrician <github@luckenba.ch>
* Updated documentation for creating a binding skeleton
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Added full stop
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Added note about license; fixed wrong spellings
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Incorporated suggestions from review
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Fix README.md file not found when running update-external-resources.sh on case sensitive file systems (#669)
Signed-off-by: Wouter Born <eclipse@maindrain.net>
Update the "rules_refresh.sh " script to a working one. There was a high comma too much and i think in this version, the for loop is more readable for beginners.
* Added parameter to adjust the volume
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Added 'volume' parameter in the runtime section
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Removed volume parameter for 'stream()' methods
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Clarify that GUI configuration operations are not hidden away in a binary database.
Signed-off-by: Andrew Morsillo <imagio@protonmail.com> (github: AndrewMorsillo)
- Make the sidebar useable again
- Add the search field back and move it to the top
- Move the category navigation tree from the content area to the
sidebar, preserving the hierarchy
These changes have no effect outside mobile mode (width <= 992px).
Fixes#487.
Signed-off-by: Yannick Schaus <habpanel@schaus.net>
* updated coding guidelines
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* added new line per sentence
Signed-off-by: Kai Kreuzer kai@openhab.org
* fixed code fences
Signed-off-by: Kai Kreuzer kai@openhab.org
* fixed "fixed" code fences
One removal was wrong. Now the fences shout fit.
Signed-off-by: Jerome Luckenbach github@luckenba.ch
There is a sentence fragment in the "Event Bus Actions" section which makes the text non-understandable.
I added what I believe is the missing text to complete the sentence. Can a subject matter expert review?
* Textual Rules -> Rule Name Uniqueness
Add information on requirement for uniqueness of rule names.
Signed-off-by: Garry Mitchell garrymitchell@my105e.com (github: ConfusedTA)
* Textual Rules -> Rule Name Uniqueness
Amended per suggestions to include rule details as a list, tweak of wording, and amendment of sample rules to follow suggestion of wrapping quotes around rule names.
Signed-off-by: Garry Mitchell garrymitchell@my105e.com (github: ConfusedTA)
* Textual Rules -> Rule Name Uniqueness
Amend rule syntax, make syntax sections into a list.
Signed-off-by: Garry Mitchell garrymitchell@my105e.com (github: ConfusedTA)
* Textual Rules -> Rule Name Uniqueness
Updated based upon suggestions to further clarify points.
Signed-off-by: Garry Mitchell garrymitchell@my105e.com (github: ConfusedTA)
* Update rules-dsl.md
The Docker Image is now capable of performing the same upgrade steps as a standard apt-get/yum/upgrade script automatically when a container detects it is a different version from that in the mapped userdata folder.
Singed off by Rich Koshak: rlkoshak@gmail.com
* [actions] Add notification actions
- added three notification actions
Signed-off-by: Brad Gilmer <brad@gilmer.tv>
* Correct linter errors
Signed-off-by: Brad Gilmer <brad@gilmer.tv>
* Add a pointer to info at www.myopenhab.org
Signed-off-by: Brad Gilmer <brad@gilmer.tv>
* Correct syntax errors
- Replaced angle brackets with quotes
- Still have a problem in jekyll with example code block rendering on my system
Signed-off-by: Brad Gilmer <brad@gilmer.tv>
* Change example and accompanying text
Signed-off-by: Brad Gilmer <brad@gilmer.tv>
* Address @Thomdetrich comments
- Changed heading to Cloud Notification Actions
- Changed to refer to openHAB Cloud instance
- Removed specific reference to myopenHAB.org
- Deleted example
Signed-off-by: Brad Gilmer <brad@gilmer.tv>
* Add short intro to Installable Actions sectiony
Signed-off-by: Brad Gilmer <brad@gilmer.tv>
* Moved Cloud Actions up to a main heading
- Add example on apartment front door notification
Signed-off-by: Brad Gilmer <brad@gilmer.tv>
use -e USER_ID instead of --user for systemd, too
Docker uses --user flag which causes container to not be able to create groups. This has already been fixed in the docs for the docker run command.
This change just adds the same fix toe the systemd service file.
Signed-off-by: Martin Runge martin.runge@web.de