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>
It is incorrect that both additions are required to go into the `location\` block - one goes into the `server` block, the other into the `location` block. This is echoed by the final full configuration at the end of the page.
* Note on cert exchange in security.md
Added note on changing cert, as removing and updating alias is mandatory. Otherwise Android App still gets presented old cert. More detailed instructions on cert exchange seem to be out of scope of this document, but could be provided.
Signed-off-by: Alexander Behring github.com@alexander-behring.eu
* Fixed to have one sentence per line.
Signed-off-by: Alexander Behring <github.com@alexander-behring.eu>
* Update NGINX configuration for OH3
Added new directives related to authorization required for use with OH3.
Also added additional directives that are included in the openHabian
automatic configuration but were missing from the docs.
* One sentence per line fix and additional comments.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Apply bulk automated corrections. 🔧(#1433)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Added sidebar links. (#1434)
* Added sidebar links.
* Introduce openhabian placeholder page.
* Remove local version of openhabian doc page.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Fix linter errors 🔧(#1435)
* 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>
* Revert #1428 (#1436)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Fix linter errors. 🔧(#1437)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Bulk edit linter errors. (#1438)
* Bulk edit linter errors.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Fix linter style
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Fix linter errors (#1439)
* Some leftover linting error fixes.
* Adapt rules and enble markdownlint for pull requests.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Fix markdownlint workflow
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Fixes for linter errors and markdown configuration. (#1440)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Update guidelines.md (#1441)
Only a maintainer told me how to tackle a DTO properly as a class. As I did not see this anywhere, I decide to make this change.
* Add fixes from markdownlint-cli (#1442)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Switch to markdown cli action (#1443)
* Fix left markdownlint errors.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Change to markdownlint-cli action.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Update markdownlint.yml
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Move trigger order
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Make pr check available for markdownlint 📝 (#1446)
* Make pr check available for markdownlint (hopefully).
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Add link check action. (#1449)
* Add link check action.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Add blank line.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Replace local urls with inline code. Change one occurence to openhabian. (#1450)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* remove uncessary instructions f. contribution guide (#1454)
* Update items.md (#1455)
Example with item Switch Kitchen_Light in the example is not correct for current binding version.
* Created API token docs (#1453)
* Created API token docs
Signed-off-by: Gerwin Lammers <gerwinlammers@gmail.com>
* Update after review session
Signed-off-by: Gerwin Lammers <gerwinlammers@gmail.com>
* Add new page to sidebar navigation.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Update rules-dsl.md (#1456)
* 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>
* Remove paper ui references. (#1457)
* Remove paper uii references.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Fix Markdown errors.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Remove target param from markdownlint pr trigger.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Update items.md (#1458)
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] }
* Remove cronmaker since it doesn't support HTTPS (#1459)
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
* Update links to target "main" branches (#1460)
* 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>
* Add hint that /etc/default/openhab2 is not considered by the upgrade (#1461)
* 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>
* Fix typo in restdocs (#1463)
* Update rules-dsl.md (#1465)
Updated the rule example "Start wake up light on sunrise" to use the new formatting of the receivedEvent implicit variable
* Update list of system default channel types (#1467)
Related to https://github.com/openhab/openhab-core/pull/2069
Related to https://github.com/openhab/openhab-core/pull/2157
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Delete habpanel.md (#1471)
* 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>
Co-authored-by: coop-git <65073745+coop-git@users.noreply.github.com>
Co-authored-by: J-N-K <J-N-K@users.noreply.github.com>
Co-authored-by: sancho-sumy <59047465+sancho-sumy@users.noreply.github.com>
Co-authored-by: Gerwin Lammers <59145105+lampy2@users.noreply.github.com>
Co-authored-by: dathbe <github@beffa.us>
Co-authored-by: thefechner <76476432+thefechner@users.noreply.github.com>
Co-authored-by: Felix Schneider <45742226+Trysupe@users.noreply.github.com>
Co-authored-by: Wouter Born <github@maindrain.net>
Co-authored-by: BertramVielsack <53342169+BertramVielsack@users.noreply.github.com>
Co-authored-by: mueller-ma <mueller-ma@users.noreply.github.com>
Co-authored-by: lukiep111 <lukiep@outlook.com>
Co-authored-by: Christoph Weitkamp <github@christophweitkamp.de>
* 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>
Removed the dash before the filename in sudo tar -xzvf -zulu11.43.100-ca-jdk11.0.9.1-linux_aarch32hf as it presumably is deprecated and leads to an error thrown when executed on raspbian stating:
tar (child): -zulu11.43.100-ca-jdk11.0.9.1-linux_aarch32hf.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
* This commit is to make more immediate and clear the installation steps for Rasspberry Pi. Currently the openHAB installation pushes the newcomer to read the Linux pages, which
-starts back from Prerequisites, already covered by the page
- list all the possible configurations for the Linux world. For a newcomer, who potentially does not know anything about Unix, discriminating Debian from the other Linux dialect is frustrating, confusing and unnecessary.
-need to be heavily reformatted for clarity
Signed-off-by: Emanuele Dolis <edoliscom@yahoo.it>
Signed-off-by: Ëmanuele Dolis <edoliscom@yahoo.it>
* Some formatting and a couple of advices I found useful in the Logging section
Signed-off-by: Emanuele Dolis <edoliscom@yahoo.it>
Signed-off-by: Ëmanuele Dolis <edoliscom@yahoo.it>
Starting with openHAB 3, configuration folders and service names do no
longer contain the version number of openHAB.
Signed-off-by: Christoph Thiede <christoph.thiede@outlook.de>
often in these pages directories are required and there
is no info how to get them yet.
e.g. where does $OPENHAB_CONF point to.
Signed-off-by: Michael Roßner <Schrott.Micha@web.de>