Commit Graph

393 Commits (final-3.1.x)

Author SHA1 Message Date
github-actions[bot] fc2714ab5b
Clarify why mixing text and UI is bad (#1620) (#1623)
Signed-off-by: Markus Storm <markus.storm@gmx.net>

Co-authored-by: Markus Storm <markus.storm@gmx.net>
2021-07-28 15:21:39 +02:00
github-actions[bot] f5e8cd54df
Update rules-dsl.md (#1618) (#1619)
Removed an extra parenthesis.

Co-authored-by: jaaviercr <javiercarrascoreyes@gmail.com>
2021-07-14 20:06:12 +02:00
openHAB Build Server 2be2716481 Merge commit 'dcc7ab35136fada8efde554abe0593df94bf9bc9' into HEAD 2021-06-27 18:59:17 +00:00
Wouter Born dcc7ab3513
Fix config.core package references (#1611)
Fixes #1588

Signed-off-by: Wouter Born <github@maindrain.net>
2021-06-27 20:58:41 +02:00
openHAB Build Server 5a8dfd5865 Merge commit 'd9298459a92227000ff7b6c6a82ba8800a15d4b9' into HEAD 2021-06-07 06:42:46 +00:00
Peter Schraffl d9298459a9
Update jsr223.md (#1599)
Signed-off-by: Peter Schraffl <p.schraffl@gmx.at>
2021-06-07 08:42:20 +02:00
openHAB Build Server 3f9812568c Merge commit '8e1379353a759ec3d186df5742b39a75169b6d9d' into HEAD 2021-06-06 12:08:16 +00:00
wardwygaerts 8e1379353a
Update items.md (#1593)
`inverted=true` needs to be `inverted="true"`.
2021-06-06 14:07:47 +02:00
openHAB Build Server 8b4044b8ce Merge commit '22cf0d893bcc564be149f87169a2e289a3c98675' into HEAD 2021-05-24 20:04:40 +00:00
Christoph Weitkamp 22cf0d893b
Added Timestamp on Trigger Profile (#1587)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-05-24 22:04:11 +02:00
openHAB Build Server 25825f1517 Merge commit '062a6bfaa528c8e0a7a429f6cb7a6dd689962ff2' into HEAD 2021-05-18 20:22:13 +00:00
Patrick Fink 062a6bfaa5
Fix "OpenHab" typo (#1577)
Signed-off-by: Patrick Fink <mail@pfink.de>
2021-05-18 22:21:47 +02:00
openHAB Build Server 59a864103f Merge commit 'af2ee9987173f8faa4e4fb4546f7fcbd3f5b87e4' into HEAD 2021-05-18 20:10:33 +00:00
Christoph Weitkamp af2ee99871
Added note about new Timestamp Offset Profile (#1573)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-05-18 22:10:10 +02:00
openHAB Build Server 8e5be993c3 Merge commit '8efa2b58bf4d8437acc4335745826507d76c42de' into HEAD 2021-05-02 17:41:34 +00:00
mueller-ma 8efa2b58bf
Remove outdated info about voice recognition in Android app (#1562)
This has been fixed in 2018 already.

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2021-05-02 19:41:03 +02:00
openHAB Build Server c8a034ee04 Merge commit 'b48925ad41ccffbf3ffd97c3c3b3c2450c7e9545' into HEAD 2021-05-02 10:35:16 +00:00
Wouter Born b48925ad41
Improve sinks documentation (#1561)
* 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>
2021-05-02 12:32:34 +02:00
openHAB Build Server 360c8e009a Merge commit '1710cdbbfe7fa9cbf14432a5d8174ccdce3b27c4' into HEAD 2021-04-30 12:50:30 +00:00
Ethan Dye 0865d9c102
Optimize all png images using zopflipng (#1555)
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>
2021-04-27 21:00:55 +02:00
openHAB Build Server 2b3310fbaf Merge commit '213d8317913a95be8ae1e1cec88c6f1a9f3dd21f' into HEAD 2021-04-20 17:45:23 +00:00
Ben Clark 213d831791
Change stable Linux repository locations (#1548)
* 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>
2021-04-20 19:44:47 +02:00
openHAB Build Server 55d1014c64 Merge commit '635160c30cda3ee6bd31adef8334d2532aee0d00' into HEAD 2021-04-19 19:27:20 +00:00
Jerome Luckenbach 635160c30c
Fix markdown errors. (#1545)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-04-19 21:26:50 +02:00
openHAB Build Server 0156de156e Merge commit '9d7d289bdc0a5c5f2b29b66492e5fde08bd1ac00' into HEAD 2021-04-19 19:07:21 +00:00
Patrick Fink 9d7d289bdc
Optimize profile example section layout (#1543)
* 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>
2021-04-19 21:06:51 +02:00
openHAB Build Server 617f822866 Merge commit 'cfe7f6007e219c4cba814c8925ce2ce6effdd456' into HEAD 2021-04-12 17:41:11 +00:00
JensHoRi cfe7f6007e
Update rules-dsl.md (#1532)
Added startlevels from openhab to get them find outside from github in documentation
2021-04-12 19:40:34 +02:00
Jonathan Gilbert 11d7632316
Startlevel execution support for jsr223 scripts (#1511)
* 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>
2021-03-15 22:12:01 +01:00
openHAB Build Server 8e4031e9b6 Merge commit '11d7632316efec82589249f782a36b96313cf267' into HEAD 2021-03-15 21:01:26 +00:00
Ross Kennedy fa4381e0f7
Update rules-dsl.md (#1508)
* 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
2021-03-15 10:03:43 +01:00
openHAB Build Server cf8768b1fe Merge commit 'fa4381e0f706243495a5765e8838574cb757ac7e' into HEAD 2021-03-15 08:53:09 +00:00
Seganku 76a80fd47d
Update rules-dsl.md with non-404 demo.rules link (#1505)
The old link is now 404.  The new link is not.
2021-03-04 21:56:27 +01:00
openHAB Build Server 902c42a79c Merge commit '76a80fd47d531f9683d323fd163e7861a4b9d5c9' into HEAD 2021-03-04 20:46:14 +00:00
openHAB Build Server d1fea3f4ba Merge commit '6908e46d6eaafc398d5958ee6d46db47450d97f7' into HEAD 2021-03-03 21:19:23 +00:00
Jerome Luckenbach 6908e46d6e
add habot interpreter (#1502) (#1504)
add "opennlp" as HABot OpenNLP Interpreter.

Co-authored-by: Gifford47 <49484063+Gifford47@users.noreply.github.com>
2021-03-03 22:18:57 +01:00
Christoph Weitkamp 364b2ddfea
Added 'Range' profile (#1499)
* Added 'Range' profile

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Grammar

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-02-27 21:29:56 +01:00
openHAB Build Server a2c1e60705 Merge commit '364b2ddfea6530997b399ee4723dbefdec5e7d08' into HEAD 2021-02-27 20:20:04 +00:00
Jerome Luckenbach ae9bdd76ec
Fix Markdown. Remove Jenkins base tags. (#1497)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-02-24 21:08:19 +01:00
openHAB Build Server bba35c8297 Merge commit 'ae9bdd76ec79081971aa32e48e9ad06784d59910' into HEAD 2021-02-24 19:58:19 +00:00
Jerome Luckenbach beac270987
Added info box for generic trules article. Remove paper ui references. (#1496)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-02-24 20:50:38 +01:00
openHAB Build Server 6a55027d5f Merge commit 'beac270987d60afe60391dad2e2669282bf6bff8' into HEAD 2021-02-24 19:40:42 +00:00
openHAB Build Server 2c259a1add Merge commit '0059920f48f0680d241a9c1295c740209189fd6b' into HEAD 2021-02-07 09:52:36 +00:00
Kai Kreuzer 0059920f48
Fixed the item type of the timestamp profiles and moved it next to the other State profiles (#1485) 2021-02-07 10:52:12 +01:00
jimtng cee3103ec2
Update items.md (#1479)
Just one spelling error
2021-02-06 16:01:37 +01:00
openHAB Build Server 8c2f524000 Merge commit 'cee3103ec2fc60e432dabc0222ded628a3be8d08' into HEAD 2021-02-06 14:52:23 +00:00
openHAB Build Server 804d57194c Updated external content (Jenkins build 241) 2021-02-05 16:37:24 +00:00
Yannick Schaus 5cc419daa0 Remove habpanel.md from configuration
Signed-off-by: Yannick Schaus <github@schaus.net>
2021-02-05 17:06:50 +01:00
Yannick Schaus 1363709662 Merge main into final
Signed-off-by: Yannick Schaus <github@schaus.net>
2021-02-05 16:36:42 +01:00
Yannick Schaus f5c7ad70e2
Add UI section (#1464)
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>
2021-02-05 16:15:35 +01:00