* 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>
* 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>
* 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>
* 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>
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.
* 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 < and >
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>
* 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)
* 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>
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] }
* 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>