Commit Graph

98 Commits (final)

Author SHA1 Message Date
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
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
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
jimtng 28f15bd68f
Update item `expire` documentation (#2485)
See https://github.com/openhab/openhab-core/pull/4724

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2025-05-07 15:20:24 +02:00
Jacob Laursen 85f084bed5
Link to Java 21 documentation (#2433)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-12-22 11:35:06 +01:00
Jacob Laursen edeb5735e1
Remove time-zone parameter from profile 'timestamp-offset' (#2403)
Related to openhab/openhab-core#3583

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-12-09 22:32:57 +01:00
Mark Herwege 507a80eabd
median documentation (#2353)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
2024-09-30 22:43:01 +02:00
F. Vollmann 5b7b0870bb
add XOR to docs (#2374)
Signed-off-by: F. Vollmann <1691981+fabianvo@users.noreply.github.com>
2024-09-26 08:28:57 +02:00
Felix Schneider 18f77f61ed
Fix wrong negation (#2323)
* Fix wrong negation

Signed-off-by: Felix Schneider <fs@felix-schneider.org>

* Remove confusing introduction into items

As discussed in
https://github.com/openhab/openhab-docs/pull/2323#issuecomment-2232629933

---------

Signed-off-by: Felix Schneider <fs@felix-schneider.org>
2024-07-20 10:50:38 +02:00
Jacob Laursen 16f8b62de5
Items: Fix mention of tag name and temperature tag example (#2315)
* Fix mention of tag name

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>

* Fix temperature tag example

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>

---------

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2024-06-30 13:24:05 +02:00
Florian Hotze 3de78d17f9
Update transformation docs for script profile changes & Clean-Up addons folder (#2235)
* Update transformation docs for script profile changes

Refs https://github.com/openhab/openhab-core/pull/4058.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>

* Migrate actions docs from addons to configuration folder

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>

* Clean-up addons docs

The removed files have not been picked up by the build process, i.e. they were not used by the website.
Looking at their content, they also seem outdated.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>

* Minor enhancements

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>

* Address review

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>

---------

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
2024-02-26 17:04:31 +01:00
jimtng c9a8344cfc
Fix a minor typo (#2255)
Signed-off-by: jimtng <2554958+jimtng@users.noreply.github.com>
2024-02-26 12:58:51 +01:00
Дилян Палаузов 1a96bd8863
Icons shall not be changed in rules (#2222)
• insert the conclusion from https://github.com/openhab/openhab-core/issues/3958

Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
2024-02-26 11:27:49 +01:00
Дилян Палаузов c4234415cd
configuration/items: [] means no textual presentation (#2221) 2024-02-09 19:46:23 +01:00
Дилян Палаузов aeb05253ad
configuration/items: clarify that items linked to channels have implicit state presentation (#2214) 2024-01-26 22:29:11 +01:00
mueller-ma bf53b487ce
Update icon sources (#2204)
All icon sources will be supported in the next releases of Android and iOS apps.

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2024-01-11 20:48:06 +01:00
Дилян Палаузов c9576303d9
configuration/items: use more specific item types (#2195)
I think having all examples using as specific item types, as possible,
utilizing the default UoM, is a good practice.

The wording “If no state presentation and no square brackets are given…”
leaves unclear what happens, if state presentation is missing, but square
brackets are present.  This is refined here.
2024-01-07 11:03:50 +01:00
Andrew Fiddian-Green b3e070a36c
[documentation] Explain implicit profiles (#2141)
* [documentation] Explain implicit profiles

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

* [documentation] adopt reviwer suggestion

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

---------

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2023-12-17 14:29:15 +01:00
lolodomo b283dbe9dc
Iconify icons now supported by the iOS app (#2157)
See openhab/openhab-ios#724

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2023-11-19 14:17:44 +01:00
lolodomo 0d67c5c2ec
Framework7 icons now supported by Basic UI (#2118)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2023-08-21 14:07:33 +02:00
Дилян Палаузов 2493af5a1f
configuration/items: write Tags are for Semantic model (#2081) 2023-07-01 10:14:44 +02:00
Дилян Палаузов 524cf43f1b
Typos (#2078)
Add an example to Group item, that it can reference sub-types of
Number (dimensions).
2023-05-24 10:30:12 +02:00
lolodomo 1b4dcc22ec
New icon sources for an item (#2065)
* New icon sources for an item

Related to openhab/openhab-core#3052

Depends on the merge of PR openhab/openhab-core#3539

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

* First set of review comments considered

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

* Remove the constraint regarding hyphen in icon name

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

* Consider one remaining opened comment

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

* Hide &lt; and &gt;

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

* Include HTTP link to icon sources directly in the table

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

---------

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2023-05-04 22:17:56 +02:00
mueller-ma f2e97181bb
Fix `Number:<dimension>` item type (#2020)
`<` and  `>` need to be escaped to be visible.

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2023-03-08 15:26:54 +01:00
Rosi 0fee8ff11c
spelling corrections (#1998)
Signed-off-by: Rosi2143 <Schrott.Micha@web.de>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2023-02-06 10:08:51 +01:00
Jerome Luckenbach 7a87fdc06b
openHAB 4 and Java 17 refactoring (#1975)
* Remove or rename openHAB Version where useful.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Review changes.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Java bulk edit
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Update installation/synology.md

Co-authored-by: Wouter Born <github@maindrain.net>

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Wouter Born <github@maindrain.net>
2022-12-30 16:24:19 +01:00
spacemanspiff2007 08ba6f93c8
Update items.md (#1982) 2022-12-30 08:47:58 +01:00
Jerome Luckenbach 337003c76e
Mention refresh command and update Tables. (#1922)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2022-11-26 14:53:04 +01:00
Jerome Luckenbach 2ddff112b1
Remove common jekyll references. (#1917)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2022-11-24 18:35:16 +01:00
Дилян Палаузов 4ee3ef794a
configuration/items.md: typo (#1916) 2022-11-22 22:05:08 +01:00
Jerome Luckenbach 1a15b6c7fc
Improve markdown linting (#1906)
* Improve markdownlint configuration.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Apply changes to current linting rules.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2022-11-03 18:43:14 +01: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
Wouter Born 6d42647cb8
Fix broken links (#1796)
Signed-off-by: Wouter Born <github@maindrain.net>
2022-04-13 19:36:53 +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
Christoph Weitkamp 2fa7c10b6f
Fixed example for COUNT group aggregation function (#1670)
- Fixed example for COUNT group aggregation function

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-11-26 15:04:00 +01:00
Michael B 28b768f614
Update expire examples (#1629)
* Update expire examples

Added a description that the expire parameter can be combined with items that are connected to a channel.
Added an example to show the correct syntax when combining channels and expire.

Signed-off-by: Michael Bredehorn michael@bredehorn.nrw (github: bredmich)
2021-08-16 14:29:38 +02:00
wardwygaerts 8e1379353a
Update items.md (#1593)
`inverted=true` needs to be `inverted="true"`.
2021-06-06 14:07:47 +02: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
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
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
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
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
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
thefechner 01eccdc0b2
Update items.md (#1458)
There is one comma too much in the sample for profile hysteresis. The profile must be related to the channel. The comma will lead also to an error message in log.
Switch Low_Battery { channel="serialbutton:button:mybutton:battery-level" [profile="hysteresis", lower=15, inverted=true] }
2021-01-16 11:07:31 +01:00
sancho-sumy 99f084ebb4
Update items.md (#1455)
Example with item Switch Kitchen_Light in the example is not correct for current binding version.
2021-01-15 17:01:53 +01:00
Jerome Luckenbach 82c751d0df
Bulk edit linter errors. (#1438)
* Bulk edit linter errors.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 20:22:40 +01:00
Jerome Luckenbach e737d718ed
Fix linter errors 🔧(#1435)
* Fix errros for the addon folder.
* Fix errros for the administration folder.
* Fix errros for the concepts folder.
* Fix errros for the configuration folder.
* Improved and synced markdown linting rules.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 16:01:56 +01:00
Jerome Luckenbach d509fe56d6
Apply bulk automated corrections. 🔧(#1433)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 13:50:59 +01:00
Wouter Born c9c5f3564d
Fix broken Javadoc link (#1362)
Signed-off-by: Wouter Born <github@maindrain.net>
2020-12-22 12:13:19 +01:00