Skip to content

Commit cc7e356

Browse files
wbornmarkus7017
authored andcommitted
Fix Markdown lint issues (openhab#20476)
Related to openhab#19010 Signed-off-by: Wouter Born <github@maindrain.net>
1 parent 14fb59b commit cc7e356

4 files changed

Lines changed: 100 additions & 110 deletions

File tree

bundles/org.openhab.binding.atmofrance/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,3 @@ This binding has its own IconProvider and makes available the following list of
9393
| oh:atmofrance:grasses | Yes | ![Grasses](doc/images/grasses.svg) |
9494
| oh:atmofrance:ragweed | Yes | ![Ragweed](doc/images/ragweed.svg) |
9595
| oh:atmofrance:wormwood | Yes | ![Wormwood](doc/images/wormwood.svg) |
96-

bundles/org.openhab.binding.dirigera/README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Binding supporting the DIRIGERA Gateway from IKEA.
44

55
## Supported Things
66

7-
The DIRIGERA `bridge` is providing the connection to all devices and scenes.
7+
The DIRIGERA `bridge` is providing the connection to all devices and scenes.
88

99
Refer to below sections which devices are supported and are covered by `things` connected to the DIRIGERA bridge.
1010

@@ -41,9 +41,9 @@ Each thing depends on the underlying hardware and channels are created based on
4141
- `ota` channels for devices which can receive updates
4242
- `battery` channels for battery powered devices
4343
- `link` channels if device can be linked to a controller or sensor
44-
- `startup` channel if device _power on_ behavior can be configured
44+
- `startup` channel if device _power on_ behavior can be configured
4545

46-
Examples are MYGGSPRAY as `occupancy-sensor` which also provides a `light-sensor` or TIMMERFLOTTE as `environment-sensor` delivers temperature and humidity while ALPSTUGA also measures CO2 and particulate matter.
46+
Examples are MYGGSPRAY as `occupancy-sensor` which also provides a `light-sensor` or TIMMERFLOTTE as `environment-sensor` delivers temperature and humidity while ALPSTUGA also measures CO2 and particulate matter.
4747

4848
| ThingTypeUID | Description | Section | Products |
4949
|-----------------------|-----------------------------------------------------------|-------------------------------------------|-------------------------------------------|
@@ -294,7 +294,6 @@ Configuration contains
294294
| `colorTemperatureMin` | integer | Overwrite minimum color temperature from light device in kelvin | N/A | no |
295295
| `colorTemperatureMax` | integer | Overwrite maximum color temperature from light device in kelvin | N/A | no |
296296

297-
298297
`fadeTime` adjust fading time according to your device.
299298
Current behavior shows commands are acknowledged while device is fading but not executed correctly.
300299
So they need to be executed one after another.
@@ -607,7 +606,7 @@ State will switch to `Undef` after countdown.
607606
## Occupancy Sensor
608607

609608
Sensor to detect presence of people.
610-
Currently IKEA's product portfolio provides only motion sensors without additional presence detection.
609+
Currently IKEA's product portfolio provides only motion sensors without additional presence detection.
611610
Nevertheless they are registered as _occupancy_ which is a bit misleading.
612611
Maybe there will be extensions in the future.
613612

@@ -628,7 +627,6 @@ Sensor measuring illuminance.
628627
|-----------------------|-----------------------|------------|----------------------------------------------|
629628
| `illuminance` | Number:Illuminance | R | Illuminance in Lux |
630629

631-
632630
## Environment Sensor
633631

634632
Environment measures for temperature, humidity and air quality.
@@ -679,8 +677,7 @@ In addition this controller provides switching between 3 groups.
679677
Group names are
680678

681679
- `switch-1`, `switch-2` and `switch-3` for trigger and link channels
682-
- `switch` group covers general device information like `ota` and `battery` information
683-
680+
- `switch` group covers general device information like `ota` and `battery` information
684681

685682
| Channel | Type | Read/Write | Description | Advanced |
686683
|-----------------------|-----------------------|------------|----------------------------------------------|-----------|
@@ -696,7 +693,7 @@ Trigger channels providing `SINGLE_PRESS`, `DOUBLE_PRESS` and `LONG_PRESS` as tr
696693
Pitfalls and problems:
697694

698695
- be careful with _Add Equipment to Model_ and item names. Ensure item name for each group is different, otherwise item is connected to all group channels.
699-
- before linking the controller to other devices like lights ensure the `control-mode` fits
696+
- before linking the controller to other devices like lights ensure the `control-mode` fits
700697
- right now triggers are **not** exposed so you cannot used them to control devices outside of DIRIGERA
701698

702699
## Matter Light

0 commit comments

Comments
 (0)