openHAB Build Server
c0cc5e25ad
Updated external content (Jenkins build 2736)
2025-08-02 05:54:28 +00:00
openHAB Build Server
e05f2cf92b
Updated external content (Jenkins build 2735)
2025-08-01 15:26:53 +00:00
openHAB Build Server
a32f401337
Updated external content (Jenkins build 2733)
2025-07-29 06:10:46 +00:00
openHAB Build Server
e753791157
Updated external content (Jenkins build 2728)
2025-07-27 14:22:24 +00:00
openHAB Build Server
38dd3ce74a
Updated external content (Jenkins build 2727)
2025-07-27 06:03:11 +00:00
openHAB Build Server
dde95bd7a4
Updated external content (Jenkins build 2725)
2025-07-24 13:24:39 +00:00
openHAB Build Server
58f717292e
Merge commit '69c8ef6cc9b38d1191ef96a5b4475b7bd98416c4' into HEAD
2025-07-23 11:32:12 +00:00
dependabot[bot]
69c8ef6cc9
Bump on-headers and compression ( #2527 )
...
Bumps [on-headers](https://github.com/jshttp/on-headers ) and [compression](https://github.com/expressjs/compression ). These dependencies needed to be updated together.
Updates `on-headers` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/jshttp/on-headers/releases )
- [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md )
- [Commits](https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0 )
Updates `compression` from 1.7.4 to 1.8.1
- [Release notes](https://github.com/expressjs/compression/releases )
- [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/compression/compare/1.7.4...v1.8.1 )
---
updated-dependencies:
- dependency-name: on-headers
dependency-version: 1.1.0
dependency-type: indirect
- dependency-name: compression
dependency-version: 1.8.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-23 13:31:51 +02:00
openHAB Build Server
be07026c81
Merge commit '6a52c516ce54d400941e343a95776a7dfffe6dca' into HEAD
2025-07-23 10:23:21 +00:00
Bernd Weymann
6a52c516ce
mspa logo ( #2528 )
...
Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
2025-07-23 12:22:58 +02:00
openHAB Build Server
88512f57fe
Updated external content (Jenkins build 2724)
2025-07-23 06:04:52 +00:00
openHAB Build Server
cbcd5c573f
Updated external content (Jenkins build 2723)
2025-07-22 21:05:07 +00:00
openHAB Build Server
34fe336d87
Merge commit '4cab938431cb54bf7eb5af34dbfea1873731c951' into HEAD
2025-07-21 16:42:30 +00:00
jimtng
4cab938431
Update expiry unit specifications to support expanded unit names and optional space before the unit ( #2526 )
...
* Update expiry unit specifications to support expanded unit names and optional space before the unit
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* Rephrase iso8601 section
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
---------
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2025-07-21 18:42:11 +02:00
openHAB Build Server
9c5589e79e
Merge commit 'c7c7ef97255789eabb49a65298d06811287f14b1' into HEAD
2025-07-21 15:47:34 +00:00
Nadahar
c7c7ef9725
Add documentation for regenerate rule from template ( #2518 )
...
Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>
Co-authored-by: Ravi Nadahar <nadahar@rediffmail.com>
2025-07-21 17:47:11 +02:00
openHAB Build Server
246d4c36f7
Updated external content (Jenkins build 2721)
2025-07-21 06:28:03 +00:00
openHAB Build Server
1e91935f91
Updated external content (Jenkins build 2720)
2025-07-20 06:09:30 +00:00
openHAB Build Server
df08e3c6e4
Updated external content (Jenkins build 2718)
2025-07-18 09:21:43 +00:00
openHAB Build Server
98df786b22
Merge commit '9158067a5f9569fd5f903d9c506a96c008dfa011' into HEAD
2025-07-17 13:32:19 +00:00
jimtng
9158067a5f
Document YAML configuration syntax ( #2508 )
...
* Add YAML Configuration to sidebar
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* Document YAML configuration syntax
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* update thing_uid
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* reformat channel_id to match thing_uid
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* remove quotes and add note about include path
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* clarify the variables block
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* include explanation about profiles + some minor tweaks
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* Move tags last
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* tweak the comments on channel/channels
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* add comment that sections are optional
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* Remove extensions
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* adjust to review comments
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* refine tags section, add key table
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* refine items example
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* rename table header configuration key -> key
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* add example to configure astro channel
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* remove `readOnly`
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* tag key column
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
---------
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2025-07-17 15:31:57 +02:00
openHAB Build Server
1d3e2dc15d
Updated external content (Jenkins build 2716)
2025-07-17 06:14:46 +00:00
openHAB Build Server
64ab89d717
Merge commit '30264fd54ab4bba17ebc9f27266d05f15776520c' into HEAD
2025-07-16 20:54:47 +00:00
Florian Hotze
30264fd54a
README: Several enhancements ( #2525 )
...
* README: Add section with tips for animated GIFs
Signed-off-by: Florian Hotze <dev@florianhotze.com>
* README: Improve section about the docs build
Signed-off-by: Florian Hotze <dev@florianhotze.com>
* README: Move the local docs build section under contributing to the docs
Signed-off-by: Florian Hotze <dev@florianhotze.com>
* README: Remove video mention
Signed-off-by: Florian Hotze <dev@florianhotze.com>
---------
Signed-off-by: Florian Hotze <dev@florianhotze.com>
2025-07-16 22:54:24 +02:00
openHAB Build Server
a3af6f1a4c
Merge commit 'c1e513828d56b5b21e007034f31182067bd1b3b0' into HEAD
2025-07-15 20:20:47 +00:00
Florian Hotze
c1e513828d
Add Garmin App to sidebar ( #2523 )
...
* Add Garmin App to sidebar
Signed-off-by: Florian Hotze <dev@florianhotze.com>
* Add placeholder for Garmin readme
Signed-off-by: Florian Hotze <dev@florianhotze.com>
---------
Signed-off-by: Florian Hotze <dev@florianhotze.com>
2025-07-15 22:20:26 +02:00
openHAB Build Server
273929e301
Updated external content (Jenkins build 2713)
2025-07-15 19:56:25 +00:00
openHAB Build Server
62d74ffceb
Updated external content (Jenkins build 2712)
2025-07-15 18:16:14 +00:00
Florian Hotze
accdfb79e3
gather-external-docs: Fix wrong Mycroft path ( #2522 )
...
Follow-up for #2521 .
Signed-off-by: Florian Hotze <dev@florianhotze.com>
2025-07-15 20:11:42 +02:00
openHAB Build Server
cdefbb5531
Updated external content (Jenkins build 2709)
2025-07-15 16:46:36 +00:00
Florian Hotze
350d702208
Refactor external docs build & Integrate Garmin docs ( #2521 )
...
* Simplify external docs build
Signed-off-by: Florian Hotze <dev@florianhotze.com>
* Upgrade Maven plugins & Restructure POM
Signed-off-by: Florian Hotze <dev@florianhotze.com>
* Integrate Garmin App docs
Signed-off-by: Florian Hotze <dev@florianhotze.com>
* Extend mvn clean config
Signed-off-by: Florian Hotze <dev@florianhotze.com>
* Update Garmin doc integration
Signed-off-by: Florian Hotze <dev@florianhotze.com>
---------
Signed-off-by: Florian Hotze <dev@florianhotze.com>
2025-07-15 18:40:28 +02:00
openHAB Build Server
2aad54463f
Merge commit 'b25ebc06a6f70e21fa410f02bca301295f3b4b0d' into HEAD
2025-07-15 06:38:48 +00:00
jimtng
b25ebc06a6
Logo for pipertts ( #2448 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2025-07-15 08:38:26 +02:00
openHAB Build Server
02b06b7eb7
Merge commit '1cc0f0120aec4981ddd278421c3f4e64d51e724d' into HEAD
2025-07-15 06:36:43 +00:00
jimtng
1cc0f0120a
Add `timeOnly` and `offset` to `DateTimeTrigger` config ( #2436 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
2025-07-15 08:36:21 +02:00
openHAB Build Server
92b2094d5b
Merge commit '82b030620d2187eb4e231dab11cac41306b1e636' into HEAD
2025-07-15 06:35:04 +00:00
stefan-hoehn
82b030620d
blockly: document latest notification blocks ( #2519 )
...
* blockly: document latest notification blocks
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
* blockly: document latest notification blocks
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
* Apply suggestions from code review
Co-authored-by: Florian Hotze <dev@florianhotze.com>
Signed-off-by: stefan-hoehn <mail@stefanhoehn.com>
* change header titles and indent
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
* markdown fix
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
---------
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
Signed-off-by: stefan-hoehn <mail@stefanhoehn.com>
Co-authored-by: Florian Hotze <dev@florianhotze.com>
2025-07-15 08:34:40 +02:00
openHAB Build Server
eb39bc4d33
Updated external content (Jenkins build 2708)
2025-07-15 06:07:28 +00:00
openHAB Build Server
233594a517
Updated external content (Jenkins build 2706)
2025-07-14 19:21:35 +00:00
openHAB Build Server
f84cd42f37
Merge commit 'de5bdb3c76c39896140455c4a6e73f6ba14b5531' into HEAD
2025-07-14 18:35:41 +00:00
lsiepel
de5bdb3c76
Add files via upload ( #2520 )
...
Signed-off-by: lsiepel <leosiepel@gmail.com>
Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
2025-07-14 20:35:19 +02:00
openHAB Build Server
15aaca04a1
Merge commit '0b46f9d8c114d461560e7f3a3ab21a4c2d4c19e1' into HEAD
2025-07-14 18:27:56 +00:00
jimtng
0b46f9d8c1
Document Alt+Shift+M to toggle left menu ( #2493 )
...
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
2025-07-14 20:27:37 +02:00
openHAB Build Server
d3fd290873
Updated external content (Jenkins build 2705)
2025-07-14 18:22:09 +00:00
openHAB Build Server
6ed3f4bcca
Merge commit '3444342e1c4d184a71d1a9762195e446dd2d8376' into HEAD
2025-07-14 18:05:21 +00:00
jimtng
3444342e1c
Thing status description clickable link to binding's url ( #2447 )
...
See https://github.com/openhab/openhab-webui/pull/2996
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2025-07-14 20:04:58 +02:00
openHAB Build Server
88fc62adff
Merge commit '7d7e3b94d45e3f4d0920371e429df8740e81d48e' into HEAD
2025-07-14 17:57:46 +00:00
Markus Storm
7d7e3b94d4
HistoricState deprecated-> persistedState ( #2479 )
...
Signed-off-by: Markus Storm <markus.storm@gmx.net>
2025-07-14 19:57:26 +02:00
openHAB Build Server
6a5448996c
Merge commit 'ef689963cdf19db996d5e5231e7226986d3a0a40' into HEAD
2025-07-14 14:25:46 +00:00
MikeTheTux
ef689963cd
ondilo.png ( #2517 )
...
Signed-off-by: Michael Weger <weger.michael@gmx.net>
2025-07-14 16:25:24 +02:00