Skip to content

Commit

Permalink
fix review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Weymann <[email protected]>
  • Loading branch information
weymann committed Dec 11, 2024
1 parent 6bdc180 commit e5c865a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
7 changes: 1 addition & 6 deletions bundles/org.openhab.binding.dirigera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

Binding supporting the DIRIGERA Gateway from IKEA.

It provides devices and scenes towards openHAB.
With this it's possible to connect them with other devices outside of the IKEA world.

The goal is not to provide similar functionality of the IKEA Home Smart App like create / remove scenes, rename devices or handling rooms.

## Supported Things

The DIRIGERA `bridge` is providing the connection to all devices and scenes.
Expand Down Expand Up @@ -71,7 +66,7 @@ Let's start pairing

1. Add the bridge found in discovery
2. Pairing started automatically after creation!
3. Press the button on the DIRIGERA rear site
3. Press the button on the DIRIGERA rear side
4. Your brdige shall switch to ONLINE

### Gateway Channels
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
@NonNullByDefault
public class Constants {
public static final String BINDING_ID = "dirigera";
public static final String BINDING_VERSION = "0.5-beta";

// List of all Thing Type UIDs
public static final ThingTypeUID THING_TYPE_GATEWAY = new ThingTypeUID(BINDING_ID, "gateway");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ private void updateProperties() {
propertiesMap.forEach((key, value) -> {
currentProperties.put(key, value.toString());
});
// just for development phase to identify installed binding version
currentProperties.put("bindingVersion", BINDING_VERSION);
updateProperties(currentProperties);
}

Expand Down

0 comments on commit e5c865a

Please sign in to comment.