Commit Graph

1858 Commits (main)

Author SHA1 Message Date
Florian Hotze 81009a222e
Revert "JSR223: Add `itemChannelLinkRegistry` to `Default Preset` description…" (#2549)
This reverts commit 593dfd2854.
2025-08-27 18:32:27 +02:00
Dan Cunningham a0c920db32
Updates http action docs (#2548)
See https://github.com/openhab/openhab-core/pull/4961

Signed-off-by: Dan Cunningham <dan@digitaldan.com>
2025-08-26 09:07:57 +02:00
jimtng a6d3569e2a
Document Developer Sidebar search syntax (#2534)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2025-08-26 09:06:13 +02:00
dependabot[bot] b9e427b84d
Bump cipher-base from 1.0.4 to 1.0.6 (#2550)
Bumps [cipher-base](https://github.com/crypto-browserify/cipher-base) from 1.0.4 to 1.0.6.
- [Changelog](https://github.com/browserify/cipher-base/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/cipher-base/compare/v1.0.4...v1.0.6)

---
updated-dependencies:
- dependency-name: cipher-base
  dependency-version: 1.0.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-26 08:59:38 +02:00
dependabot[bot] a3adaffba8
Bump sha.js from 2.4.11 to 2.4.12 (#2551)
Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12.
- [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/sha.js/compare/v2.4.11...v2.4.12)

---
updated-dependencies:
- dependency-name: sha.js
  dependency-version: 2.4.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-26 08:58:29 +02:00
dependabot[bot] fda09d3e9b
Bump nosborn/github-action-markdown-cli from 3.4.0 to 3.5.0 (#2547)
Bumps [nosborn/github-action-markdown-cli](https://github.com/nosborn/github-action-markdown-cli) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/nosborn/github-action-markdown-cli/releases)
- [Commits](58bcfd1af5...508d6cefd8)

---
updated-dependencies:
- dependency-name: nosborn/github-action-markdown-cli
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-17 22:28:02 +02:00
dependabot[bot] 3eb8b42d54
Bump actions/checkout from 3 to 5 (#2544)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-17 22:26:41 +02:00
Oleg Andreych 593dfd2854
JSR223: Add `itemChannelLinkRegistry` to `Default Preset` description (#2532) 2025-08-17 22:25:42 +02:00
Holger Friedrich 6acc4f31a1
Enable Dependabot (#2543)
* Enable Dependabot

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2025-08-16 19:01:06 +02:00
Florian Hotze 301aa4c21b
Console Commands: Document heap/thread dump command (#2538)
Signed-off-by: Florian Hotze <dev@florianhotze.com>
2025-08-16 07:58:15 +02:00
lsiepel f0fc98716c
Add markdown format paragraph (#2542)
* Add markdown paragraph

Signed-off-by: lsiepel <leosiepel@gmail.com>

* fix no-trailing-spaces

Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>

---------

Signed-off-by: lsiepel <leosiepel@gmail.com>
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
Co-authored-by: Stefan Höhn <mail@stefanhoehn.com>
2025-08-16 07:48:48 +02:00
HPott25 35f09d0153
Update linux.md (#2541)
Added a new heading at line 267.

Signed-off-by: HPott25 <HPott@web.de>
2025-08-16 07:46:33 +02:00
Florian Hotze fed1361a38
Remove Mycroft from sidebar & fetch_external_docs workflow for Mycroft (#2537)
Signed-off-by: Florian Hotze <dev@florianhotze.com>
2025-08-09 11:39:46 +02:00
Daedalus a655e4f276
rules-blockly-notifications.md: Explain how to access notification buttons on iOS (#2535) 2025-08-09 11:30:57 +02:00
Florian Hotze acfba15d3b
Adjust fetch_external_docs workflows to recent path changes & Explain how they work (#2533)
* Adjust fetch_docs workflows for path changes
   Adjusts to changes from #2521.
* README: Explain what fetch_external_docs GH actions do
* Add comment to fetch_external_docs_reusable.yml

Signed-off-by: Florian Hotze <dev@florianhotze.com>
2025-08-04 15:37:41 +02: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
Bernd Weymann 6a52c516ce
mspa logo (#2528)
Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
2025-07-23 12:22:58 +02: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
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
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
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
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
jimtng b25ebc06a6
Logo for pipertts (#2448)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2025-07-15 08:38:26 +02: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
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
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
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
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
Markus Storm 7d7e3b94d4
HistoricState deprecated-> persistedState (#2479)
Signed-off-by: Markus Storm <markus.storm@gmx.net>
2025-07-14 19:57:26 +02:00
MikeTheTux ef689963cd
ondilo.png (#2517)
Signed-off-by: Michael Weger <weger.michael@gmx.net>
2025-07-14 16:25:24 +02:00
dependabot[bot] 504afb002f
Bump pbkdf2 from 3.1.2 to 3.1.3 (#2511)
Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2) from 3.1.2 to 3.1.3.
- [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/pbkdf2/compare/v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: pbkdf2
  dependency-version: 3.1.3
  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-13 12:51:52 +02:00
dependabot[bot] b0680816fb
Bump brace-expansion from 1.1.11 to 1.1.12 (#2509)
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
2025-07-13 12:50:28 +02:00
Wouter Born 73ee41f698
Update Java 21 JVM requirements (#2510)
* Update Java 21 JVM requirements

Also fixes broken links and some outdated version numbers.

Signed-off-by: Wouter Born <github@maindrain.net>

* Update version numbers

Signed-off-by: Wouter Born <github@maindrain.net>

---------

Signed-off-by: Wouter Born <github@maindrain.net>
Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
2025-07-13 12:29:21 +02:00
jimtng 99bb1614a3
Update UpgradeTool documentation (#2515)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
2025-07-13 12:07:09 +02:00
Mark Herwege 2372470c7b
blockly attribute documentation (#2513)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
2025-07-08 09:43:02 +02:00
jimtng 8cafc8126b
Update expire specification to support `ms` unit (#2512)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2025-07-08 09:41:22 +02:00
maniac103 1ab61de9f6
Add ecoflow addon logo (#2516)
Signed-off-by: Danny Baumann <dannybaumann@web.de>
Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
2025-07-05 14:12:11 +02:00
Nadahar 1b3899fb61
Document Karaf debugging (#2501)
Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>
Co-authored-by: Ravi Nadahar <nadahar@rediffmail.com>
2025-07-05 13:43:32 +02:00
Andrew Fiddian-Green 0280edb4bc
Update location card badges chapter (#2514)
* update badges chapter

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* highlight children

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* work in progress

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* update to match code PR

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

---------

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2025-06-30 21:37:53 +02:00
Holger Friedrich fba7b0db59
Document Felix Webconsole available in demo app (#2502)
* Document Felix Webconsole available in demo app

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>

* fix markdown

Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>

---------

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
2025-06-16 21:19:41 +02:00
Giovanni Fabiani 63b94b9607
[meross] logo (#2504)
Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
2025-06-16 21:05:59 +02:00
Paul Smedley c95dd15c9e
Add ring logo (#2503)
Signed-off-by: Paul Smedley <paul@smedley.id.au>
2025-06-16 20:54:14 +02:00
Dan Cunningham fa03b65e97
Matter logo (#2505)
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
2025-06-16 20:53:18 +02:00
Florian Hotze d9612cd7de
Upgrade CI Markdown checks (#2497)
* Upgrade CI Markdown checks

- Use tcort/github-action-markdown-link-check instead of deprecated gaurav-nelson/github-action-markdown-link-check.
- Pin actions to SHA version to mitigate possible supply chain attacks.
- Consolidate markdown checks into a single workflow.

Signed-off-by: Florian Hotze <dev@florianhotze.com>

* Comment out broken link check as it was previously disabled

Signed-off-by: Florian Hotze <dev@florianhotze.com>

* Adjust markdownlint config for new version

Signed-off-by: Florian Hotze <dev@florianhotze.com>

* Fix markdownlint

Signed-off-by: Florian Hotze <dev@florianhotze.com>

---------

Signed-off-by: Florian Hotze <dev@florianhotze.com>
2025-06-16 20:44:16 +02:00
jswim788 c8da430ff6
Update index.md for typo in 'through' (#2506)
Fixed spelling error

Signed-off-by: jswim788 <jswim788@users.noreply.github.com>
2025-06-16 17:01:08 +02:00
Holger Hees 8784b1aaf4
add python transformation examples (#2500)
* add python transformation examples

* change tab order
2025-06-16 17:00:23 +02:00
Bernd Weymann 6674708f33
dirigera logo (#2507)
Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
2025-06-16 16:59:33 +02:00
Andrew Fiddian-Green f40cf73eb3
Tagging conventions for commonly confused cases (#2496)
* Add conventions for commonly confused tag cases

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* A couple more use cases

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* Adopt reviewer suggestion

Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com>
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* describe multiple state modes

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* Remove empty line

* adopt some reviewer suggestions

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* adopt more reviwer suggestions

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* fix lint warning

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* more changes

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

---------

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com>
2025-06-16 16:57:01 +02:00
Zachary Christiansen 371af2493a
Add files via upload (#2498)
Signed-off-by: Zachary Christiansen <volfan6415@gmail.com>
2025-05-31 20:21:50 +02:00
jimtng 4d87390fb2
Rules Overview: add Python, update Ruby, JS and Groovy versions. (#2489)
* Rules Overview: add Python, update Ruby, JS and Groovy versions

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

* tweaks and additional note on jython

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

---------

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2025-05-13 10:34:36 +02:00