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
This command will remove the comma which makes the new password unusable so it needs put a "," in the replacement string as well.
For comparison look at the password change function which has the "," in both the search and replace.
https://github.com/openhab/openhabian/blob/master/functions/passwords.sh
sed -i "s/openhab = .*,/openhab = $passwordChange,/g" /var/lib/openhab2/etc/users.properties
* Update Linux instructions for 2.2.0
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Correct console link
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Add warning about known_hosts file using SSH
And suggest using the Karaf console script instead of SSH on localhost.
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Add user/pass info at relevant point.
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Update windows with client script note.
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Update console page according to reviews
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Update Linux page according to reviews
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Add homebuilder to maven chain
* Add android app docs to maven chain
* Correct homebuilder URL
* Introduce maven logging into process script
* Fix linter warnings in update script
* Add first copy of homebuilder article
* Add Home Builder to menu and packages
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* removed designer from the editor list and moved network preparations to the top as this is relevant for all editors
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* addressed review feedback
Signed-off-by: Kai Kreuzer <kai@openhab.org>
The sentence "...to the ability to interact with a large [...] number of physical Thing." needs an "s" on the end of "Thing" to make it correct English.
* fixed broken link
updated broken link to homekit docs
* updated hue link
updated the hue link too
* use base template
replace absolute links to docs.openhab.org with the base template
* openhab-distro:#533: Change sshHost description
See https://github.com/openhab/openhab-distro/issues/533
However, I only changed this for the *"Bind Console to All Interfaces"* section, but other section are affected by the same issue.
Signed-off-by: Ian Hubbertz ian_web1@hubbertz.de
* Change directory references to $OPENHAB_CONF
- Addresses comments submitted by @ThomDietrich and @bgilmer77
Signed-off-by: Brad Gilmer <brad@gilmer.tv> (github:bgilmer77)
* Fix long sentence
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
WIth pull #579 there are two more files to remove during the update:
userdata\etc\system.properties
userdata\etc\custom.system.properties
Signed-off-by: Matus Hromada matushromada@gmail.com (github: matushromada)
* [introduction.md] Improve comprehension and tighten up focus of article
- Made numerous changes
- Removed unnecessary material
- Addressed linter errors
Signed-off-by: Brad Gilmer <brad@gilmer.tv> (github: bgilmer77)
* Address comments by @Contrician
Signed-off-by: Brad Bilmer <brad@gilmer.tv> (Github: bgilmer77)
* Add "Getting Started" chapter
- Reorder chapters and put Getting Started at the top
- Add to the OH Community section
- Address comments in PR
Signed-off-by: Brad Gilmer <brad@gilmer.tv>
* Address remaining comments
- Corrected bad links
Signed-off-by: Brad Gilmer <brad@gilmer.tv>
* Change references to article on Concepts to chapters
Signed-off-by: Brad Gilmer <brad@gilmer.tv>