github-actions[bot]
1f87449bfc
Automated openhabian Docs fetch ( #1966 )
...
Co-authored-by: openHAB Bot <info@openhab.org>
2022-12-19 07:25:00 +01:00
github-actions[bot]
b203f9c7c1
Automated openhab-google-assistant Docs fetch ( #1932 )
...
Co-authored-by: openHAB Bot <info@openhab.org>
2022-11-29 22:54:51 +01:00
github-actions[bot]
86a7938362
Add version notice to prevent failing instalaltions. ( #1925 ) ( #1926 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2022-11-27 13:33:01 +01:00
github-actions[bot]
5c1730920d
Remove all default stategy references. ( #1920 ) ( #1921 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2022-11-26 13:10:56 +01:00
github-actions[bot]
eae888d0c6
Automated openhab-google-assistant Docs fetch ( #1918 )
...
Co-authored-by: openHAB Bot <info@openhab.org>
2022-11-26 09:32:45 +01:00
github-actions[bot]
6dac2a6e38
Automated openhab-google-assistant Docs fetch ( #1909 )
...
Co-authored-by: openHAB Bot <info@openhab.org>
2022-11-09 22:51:21 +01:00
github-actions[bot]
86e179b1ff
Blockly youtube links ( #1882 ) ( #1884 )
...
* [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>
* [blockly] add topic specific youtube video links to documentation
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
* Update configuration/blockly/rules-blockly-standard-ext.md
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Update configuration/blockly/rules-blockly-standard-ext.md
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Update configuration/blockly/rules-blockly-logging.md
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Markdown fix
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Markdown fix
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Markdown fix
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* [blockly]move reference to top of page, link videos internally
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2022-09-10 18:13:05 +02:00
github-actions[bot]
0ee4981f08
Automated openhab-alexa Docs fetch ( #1881 )
...
Co-authored-by: openHAB Bot <info@openhab.org>
2022-09-10 10:18:23 +02:00
github-actions[bot]
09d04170e2
Automated openhabian Docs fetch ( #1879 )
...
Co-authored-by: openHAB Bot <info@openhab.org>
2022-09-09 20:26:32 +02:00
github-actions[bot]
69b44f2124
Automated openhabian Docs fetch ( #1871 )
...
Co-authored-by: openHAB Bot <info@openhab.org>
2022-08-21 13:06:21 +02:00
Jerome Luckenbach
9206ecd8e4
fixed missing gpg parts on linux install ( #1869 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2022-07-31 10:48:19 +02:00
github-actions[bot]
631c995538
Simplify syntax of running translation generation tool ( #1867 ) ( #1868 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk>
2022-07-27 22:41:39 +02:00
github-actions[bot]
72abd5260e
[blockly] finalize blockly docs for M3.3 ( #1843 ) ( #1854 )
...
* [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>
Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
2022-07-05 21:30:30 +02:00
github-actions[bot]
568ed085fc
Add rustpotterks icon ( #1848 ) ( #1853 )
...
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
Co-authored-by: GiviMAD <GiviMAD@users.noreply.github.com>
2022-07-04 21:50:04 +02:00
github-actions[bot]
bc3192d5d6
Add trigger-event-string profile to docs ( #1851 ) ( #1852 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw>
Co-authored-by: J-N-K <github@klug.nrw>
2022-07-03 22:50:00 +02:00
github-actions[bot]
ee44f8d588
Changed apt installation instructions gpg import ( #1845 ) ( #1849 )
...
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
Co-authored-by: Richard Koshak <rkoshak@users.noreply.github.com>
2022-07-03 16:34:37 +02:00
github-actions[bot]
37f19103c1
Automated openhabian Docs fetch ( #1847 )
...
Co-authored-by: openHAB Bot <info@openhab.org>
2022-07-03 16:32:02 +02:00
openHAB Build Server
73acf506f5
Updated external content (Jenkins build 1009)
2022-06-26 00:22:03 +00:00
openHAB Build Server
7ff1763dac
Updated external content (Jenkins build 1007)
2022-06-25 03:32:56 +00:00
openHAB Build Server
f83f83459e
Updated external content (Jenkins build 1006)
2022-06-24 11:22:59 +00:00
openHAB Build Server
277f0b8bb5
Updated external content (Jenkins build 1004)
2022-06-23 22:23:39 +00:00
openHAB Build Server
464633b285
Updated external content (Jenkins build 1000)
2022-06-22 13:23:48 +00:00
openHAB Build Server
69c0ffec65
Updated external content (Jenkins build 999)
2022-06-22 04:53:30 +00:00
openHAB Build Server
e7762f2ff7
Updated external content (Jenkins build 995)
2022-06-19 15:29:14 +00:00
openHAB Build Server
f6b3d9fc6b
Updated external content (Jenkins build 994)
2022-06-19 04:50:43 +00:00
openHAB Build Server
b6cb038531
Updated external content (Jenkins build 993)
2022-06-18 13:54:33 +00:00
openHAB Build Server
ac784b8cd9
Updated external content (Jenkins build 990)
2022-06-18 03:35:17 +00:00
openHAB Build Server
ea9d032312
Merge commit '6f1ab962f4792fa8f084d60a64afbefb4f3b6c9d' into HEAD
2022-06-17 18:30:26 +00: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
openHAB Build Server
4a00fd3e32
Updated external content (Jenkins build 987)
2022-06-16 21:23:41 +00:00
openHAB Build Server
6176018a20
Updated external content (Jenkins build 983)
2022-06-15 20:59:13 +00:00
openHAB Build Server
d3ad137369
Updated external content (Jenkins build 982)
2022-06-15 04:54:43 +00:00
openHAB Build Server
55d0d40e37
Updated external content (Jenkins build 979)
2022-06-12 03:34:13 +00:00
openHAB Build Server
693749a79b
Merge commit '3482f6ec71fa69aec4fefbd5198f4de1905e968c' into HEAD
2022-06-11 10:14:42 +00: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
openHAB Build Server
353bbc7c69
Updated external content (Jenkins build 977)
2022-06-10 19:23:37 +00:00
openHAB Build Server
429ea3b65e
Updated external content (Jenkins build 975)
2022-06-09 04:52:59 +00:00
openHAB Build Server
7dd976e0d2
Merge commit '913925531d1b955cd7458ee7fa62f5abf68267a8' into HEAD
2022-06-08 16:00:10 +00: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
openHAB Build Server
6387c7f68e
Updated external content (Jenkins build 974)
2022-06-08 04:52:12 +00:00
openHAB Build Server
b029358151
Merge commit '4b4266b0218d08f56629caebc957c08cda171ac3' into HEAD
2022-06-07 15:27:01 +00: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
openHAB Build Server
9f9a2f5a57
Updated external content (Jenkins build 972)
2022-06-07 03:33:53 +00:00
openHAB Build Server
bb324cb682
Updated external content (Jenkins build 971)
2022-06-06 04:52:34 +00:00
openHAB Build Server
2f85ad9c67
Updated external content (Jenkins build 970)
2022-06-05 04:51:55 +00:00
openHAB Build Server
6c1442ab26
Merge commit '639203d6fc3125b79b82b6e93a36d4798ab1d5b2' into HEAD
2022-06-02 17:53:59 +00: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
openHAB Build Server
0aefb3a257
Updated external content (Jenkins build 961)
2022-06-01 04:50:57 +00:00
openHAB Build Server
532c3c8b5a
Merge commit 'f0ce583a83d1bbf61815a95d24b6a301d0fc409e' into HEAD
2022-05-30 20:05:07 +00: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