Florian Hotze
e04c48958d
[JSR223] Mention difference between NashornJS and GraalJS ( #1846 )
...
* [JSR223] Mention difference between NashornJS and GraalJS
Fixes https://github.com/openhab/openhab-js/issues/139 .
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
* [JSR223] Adress @rkoshak s review comments
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
* [JSR223] Fix markdownlint errors
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
* [JSR] Add rule example for JS Scripting
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
* [JSR223] Update example tab names
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
* [JSR223] Add JS Scripting example for raw API
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
* [JSR223] Update JS Scripting example
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
2022-07-12 17:48:48 +02:00
Florian Merkert
c9aa2de11f
Fix typo of filename for openhab public key ( #1857 )
...
The filename /usr/share/keyrings/openhab.pgp should be used consistently in the documentation about setup
2022-07-08 14:57:55 +02:00
mlobstein
846c6bda28
Add several binding logos ( #1858 )
...
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2022-07-08 14:44:36 +02:00
stefan-hoehn
f893c46646
[blockly] finalize blockly docs for M3.3 ( #1843 )
...
* [blockly] finalize blockly docs for M3.3
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
* [blockly docs] remove MD025 check
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
2022-07-05 21:22:53 +02:00
GiviMAD
a2b28d76bd
Add rustpotterks icon ( #1848 )
...
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
2022-07-04 21:49:20 +02:00
Jacob Laursen
cef98dd9c4
Describe generation of i18n properties using tool ( #1833 )
...
* Describe generation of i18n properties using tool
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Bumped heading up one level
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Comply with rule: Fenced code blocks should be surrounded by blank lines
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Remove plugin version from command
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2022-07-03 22:49:51 +02:00
J-N-K
b7ff3129af
Add trigger-event-string profile to docs ( #1851 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw>
2022-07-03 22:47:37 +02:00
Richard Koshak
e81df2316f
Changed apt installation instructions gpg import ( #1845 )
...
apt-key is deprecated and shouldn't be used nor should the trusted keystore in /etc/apt. Instead the gpg keys should be stored somewhere else and the list file that adds the openHAB repo should point at that one key. Thus, apt will only trust that key for that repo instead of trusting that key even if it's used by some other repo.
There were problems with the redirect from `gpg` which makes the command fail sometimes even when using sudo which is why I save it locally and then move and chmod it after.
Signed-off-by: Richard Koshak rlkoshak@gmail.com
2022-07-03 16:31:34 +02:00
Richard Koshak
a457bff1c3
Added a link to the Blockly Video on YouTube ( #1844 )
...
There is now a video (will become a series) introducing Blockly and how to use it in openHAB's official YouTube channel.
2022-07-03 16:29:33 +02:00
Sven Strohschein
6f1ab962f4
[livisismarthome] Logo for LIVISI SmartHome (binding "livisismarthome") added ( #1840 )
...
Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
Co-authored-by: Sven Strohschein <sven.strohschein@gmail.com>
2022-06-17 20:29:54 +02:00
lolodomo
3482f6ec71
[sitemap] Default color for label and value colors ( #1837 )
...
Related to openhab/openhab-core#2995
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2022-06-11 12:14:16 +02:00
J-N-K
913925531d
Add between methods to PersistenceExtension docs ( #1835 )
...
* Add between methods to PersistenceExtension docs
Signed-Off-by: Jan N. Klug <github@klug.nrw>
* Update configuration/persistence.md
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Update configuration/persistence.md
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <email@jerome-luckenbach.de>
2022-06-08 17:59:42 +02:00
J-N-K
4b4266b021
Adjust DateTimeTrigger after core-change ( #1836 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw>
2022-06-07 17:26:26 +02:00
dependabot[bot]
639203d6fc
Bump eventsource from 1.1.0 to 1.1.1 ( #1834 )
...
Bumps [eventsource](https://github.com/EventSource/eventsource ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases )
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md )
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: eventsource
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-02 19:53:26 +02:00
stefan-hoehn
f0ce583a83
Blockly docs date blocks ( #1832 )
...
* [blockly-docs] fix small doc bugs, add minor changes
Signed-off-by: Stefan Höhn <stefan@andreaundstefanhoehn.de>
* Update configuration/blockly/rules-blockly-items-things.md
* [blockly] add documentation for new datetime blocks, bit of other cleanup
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
* Update configuration/blockly/index.md
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Update configuration/blockly/rules-blockly-date-handling.md
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Markdown Fix
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Markdown fixes
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2022-05-30 22:04:44 +02:00
2delarosa
8b08365fc2
Explicitly describe how to create a group item ( #1830 )
...
* Explicitly describe how to create a group item
* One line per sentence
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <email@jerome-luckenbach.de>
2022-05-30 18:58:58 +02:00
2delarosa
768e835aa8
Replace OH_CONF with OPENHAB_CONF ( #1831 )
...
cd $OH_CONF is invalid
sudo openhab-cli info
Version: 3.2.0 (Build)
User: openhab (Active Process 535)
User Groups: openhab tty dialout audio
Directories: Folder Name | Path | User:Group
----------- | ---- | ----------
OPENHAB_HOME | /usr/share/openhab | openhab:openhab
OPENHAB_RUNTIME | /usr/share/openhab/runtime | openhab:openhab
OPENHAB_USERDATA | /var/lib/openhab | openhab:openhab
OPENHAB_CONF | /etc/openhab | openhab:openhab
OPENHAB_LOGDIR | /var/log/openhab | openhab:openhabian
OPENHAB_BACKUPS | /var/lib/openhab/backups | openhab:openhab
2022-05-30 18:54:29 +02:00
Jacob Laursen
4788e1cd25
Describe translation process ( #1829 )
...
* Describe translation process
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Comply with one line per sentence rule
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2022-05-27 21:59:07 +02:00
Jerome Luckenbach
c962e31ab3
Fix Mardown Error ( #1828 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2022-05-27 10:35:40 +02:00
lolodomo
5b4628f744
[multimedia] Add voice parameter to voice assistant ( #1827 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2022-05-27 10:22:40 +02:00
J-N-K
b0f7cea3ae
Add DateTimeTrigger to DSL documentation ( #1818 )
...
This depends on https://github.com/openhab/openhab-core/pull/2963
Signed-Off-By: Jan N. Klug <github@klug.nrw>
2022-05-27 10:21:13 +02:00
Richard Koshak
8f30438d6b
Getting Started Rules ( #1809 )
...
* Getting Started Rules
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* Fixing build error
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* Correcting markdown linting errors
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* Fixing more md linting
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* More linting errors
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* Fixing links, minor edits
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* One sentence per line for ordered lists
* Apply suggestions from code review
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Update tutorials/getting_started/tips-and-tricks.md
Use separate key repesentations instead of the combo as one key.
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Linting
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2022-05-24 16:10:57 +02:00
Andreas Berger
824c2401c2
add logo for fineoffsetweatherstation ( #1824 )
...
Signed-off-by: Andreas Berger <andreas@berger-freelancer.com>
2022-05-23 11:21:18 +02:00
Thomas Karl Pietrowski
c54c6b3cdb
rules-dsl: Correcting typo ( #1823 )
...
Like sand in my eyes 😄
2022-05-23 11:20:47 +02:00
lolodomo
e8cff4477d
[Multimedia] Voice assistant ( #1822 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2022-05-23 11:20:23 +02:00
lolodomo
ac76bb3feb
[Multimedia] Audo + keyword spotter ( #1821 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2022-05-17 21:49:21 +02:00
Doug Culnane
7cfbb875bf
[renault] Replace off white background from renault logo with transparency. ( #1820 )
...
Signed-off-by: Doug Culnane <doug@culnane.net>
2022-05-17 21:45:41 +02:00
jimtng
b61a81a7ab
Add Group, Thing and System triggers to JSR223 docs ( #1819 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2022-05-15 18:46:51 +02:00
J-N-K
8d676f2645
Add DateTimeTrigger to JSR223 docs ( #1817 )
...
Follow-up to https://github.com/openhab/openhab-core/issues/2726
Signed-Off-By: Jan N. Klug <github@klug.nrw>
2022-05-15 18:31:53 +02:00
lolodomo
97cd44e6c9
[Multimedia] Update for voice (TTS, STT, HLI) ( #1816 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2022-05-15 18:30:46 +02:00
Florian Hotze
957eeaa97b
[evcc] Add logo ( #1815 )
...
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
2022-05-15 18:29:20 +02:00
lolodomo
0ca265b68a
item-type (channel): list all available in core ( #1814 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2022-05-15 18:27:53 +02:00
Arjan Mels
5be269c212
Add groupepsa binding logo ( #1811 )
2022-05-15 18:26:24 +02:00
Martin Hogg
5c654320c6
Update security.md ( #1810 )
...
Add that openHAB ports should be configured before running openHAB
2022-05-15 18:25:49 +02:00
Wolfgang Klimt
c12b29991b
New Logo for aWATTar Binding. Approved by aWATTar. ( #1807 )
...
Signed-off-by: Wolfgang Klimt <github@klimt.de>
2022-05-02 19:58:09 +02:00
Flole998
2356b22af2
Add forceAsItem-Option for Charts in Sitemaps ( #1806 )
...
This is documentation for https://github.com/openhab/openhab-core/issues/2185 .
Signed-off-by: Flole <flole@flole.de>
2022-05-01 14:20:51 +02:00
GiviMAD
07abb5ac56
add jellyfin logo ( #1805 )
...
Signed-off-by: Miguel Álvarez Díez <miguelwork92@gmail.com>
2022-05-01 14:19:44 +02:00
GiviMAD
df982ba3ea
[built-in interpreter] update language support, add es ( #1803 )
...
Signed-off-by: Miguel Álvarez Díez <miguelwork92@gmail.com>
2022-05-01 14:17:12 +02:00
Wouter Born
4fe3e33083
Add some docs on /var/lock permissions ( #1801 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2022-05-01 14:15:59 +02:00
dependabot[bot]
3740ce2bdd
Bump async from 2.6.3 to 2.6.4 ( #1802 )
...
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 14:12:44 +02:00
Дилян Палаузов
bf286ef9af
building-pages: typography ( #1799 )
2022-04-19 20:49:21 +02:00
Wouter Born
c9b5b59c84
Fix broken "System State Channel Types" table ( #1797 )
...
Looks like the table got broken with #1788 .
Signed-off-by: Wouter Born <github@maindrain.net>
2022-04-13 19:37:36 +02:00
Wouter Born
6d42647cb8
Fix broken links ( #1796 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2022-04-13 19:36:53 +02:00
Jerome Luckenbach
15995937a3
Add goecharger logo ( #1794 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2022-04-12 21:04:05 +02:00
dependabot[bot]
e8551c2669
Bump minimist from 1.2.5 to 1.2.6 ( #1793 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 17:34:52 +02:00
jesperskriasoft
1b9b55b88e
[luxom] logo for new luxom.io binding ( #1792 )
...
The luxom binding has been added to the main branch. So this is the logo for the binding.
Signed-off-by: Kris Jespers <kriasoft@telenet.be>
Co-authored-by: pukjespers <kris.jespers@vdab.be>
2022-04-06 21:08:42 +02:00
ulfwin
0861e9a1cf
Clarifying lowercase requirement ( #1791 )
...
The "-state" part of the custom dynamic icon name must be lowercase. Clarifying this where the state parameter is explained
2022-04-05 21:52:48 +02:00
Gaël L'hopital
b4c3945b4c
Update thing-xml.md ( #1788 )
...
Adding indoor temperature as system channel.
2022-03-27 23:21:02 +02:00
Mark Herwege
a9ff8ee348
added elroconnects logo ( #1787 )
...
Added elroconnects binding logo.
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
2022-03-21 19:39:28 +01:00
Дилян Палаузов
b932b60e98
Typos ui/building-pages.md ( #1785 )
2022-03-20 13:14:16 +01:00