* Describe generation of i18n properties using tool
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Bumped heading up one level
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Comply with rule: Fenced code blocks should be surrounded by blank lines
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Remove plugin version from command
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Describe translation process
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Comply with one line per sentence rule
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
- Renamed Yahoo to ACME
Yahoo ended their service whereas A Company that Manufactures/Makes Everything is still providing weather data. 😉
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* [developer-bindings] getRemovalGracePeriodSeconds for mDNS discovery
* [developer-bindings] tweak example code
* [developer-bindings] add modified() to example code
* [developer-bindings] tweak example code
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Updates the documentation for how testing should be done nowadays:
* Update imports/classes for upgrade to JUnit 5
* initMocks should no longer be used because it is deprecated in favor of MockitoExtension
* Remove Guava Lists
* Cleanup code using Java 11 constructs
Signed-off-by: Wouter Born <github@maindrain.net>
There used to be the following "Default Tags" which are no longer used in the current semantic model:
* Lighting
* Switchable
* CurrentTemperature
* TargetTemperature
* CurrentHumidity
Related to openhab/openhab-addons#11313
Signed-off-by: Wouter Born <github@maindrain.net>
* A log4j2.xml file is used for configuring the logging instead of logback.xml
* All openHAB development is now done on the 'main' branches/streams (and not 2.5.x 3.0.x branches)
See:
* openhab/openhab-distro#1273
* openhab/openhab-distro#1278
Signed-off-by: Wouter Born <github@maindrain.net>
Because / is allowed in Windows 10+, the path example should use / instead of \ because this will work on linux too
Signed-off-by: Michael Geramb <mail@michael-geramb.at>
* Added documantation of 'ChannelDescriptionChangedEvent's
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Replaced Sets.newHashSet(...) by Set.of(...)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Add logo section to dev documentation
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
* Add SVG and zopflipng
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
* Remove SVG reference
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
* Fix markdown lint error
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
* Improve sinks documentation
* Remove references to the javasound sink since it no longer exists since OH 2.5
* The only UI supporting webaudio is currently HABPanel
Signed-off-by: Wouter Born <github@maindrain.net>
* Update ESH link to OHC
Signed-off-by: Wouter Born <github@maindrain.net>
* Adding a couple of flags and line ending info
These were gotcha's to being able to use the tools and being able to develop a binding.
Signed-off-by: Sam Spencer <sam.spencer@live.com>
* Update index.md
Added some extra returns
* Remove trailing spaces.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
The command
```
for i in $(find . -name '*.png'); do zopflipng -m --filters=0me --lossy_8bit --lossy_transparent -y "$i" "$i"; done
```
was used to accomplish this optimization, all images should have lost no
accuracy as a result of the compression applied.
Signed-off-by: Ethan Dye <mrtops03@gmail.com>