Skip to content

Commit

Permalink
Added changelog info
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Sowen committed Nov 1, 2023
1 parent a69a53b commit 79a4b04
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 1.2.0 (2023-11-01)
## 1.2.0-beta.1 (2023-11-01)

### Improvements

- **Thermostats**: Added eve compatible valve position as custom characteristic
- **General**: Unified HmIPHeatingThermostat, HmIPWallMountedThermostat
- **General**: Fixed missing fakegato statistics
- **General**: Limited fakegato updates
- **General**: Version bumps of dependencies

### Bugfix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-homematicip",
"version": "1.2.0",
"version": "1.2.0-beta.1",
"description": "Homematic IP plugin for homebridge",
"license": "Apache-2.0",
"author": "Marc Sowen <marc@sowen.net>",
Expand Down
2 changes: 1 addition & 1 deletion src/HmIPPlatform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class HmIPPlatform implements DynamicPlatformPlugin {

/**
* This function is invoked when homebridge restores cached accessories from disk at startup.
* It should be used to setup event handlers for characteristics and update respective values.
* It should be used to set up event handlers for characteristics and update respective values.
*/
configureAccessory(accessory: PlatformAccessory) {
if (this.connector.isReadyForUse() && !this.getAccessory(accessory.UUID)) {
Expand Down
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export const PLUGIN_NAME = 'homebridge-homematicip';
/**
* Version to be used in protocol communication
*/
export const PLUGIN_VERSION = '1.2.0';
export const PLUGIN_VERSION = '1.2.0-beta.1';

0 comments on commit 79a4b04

Please sign in to comment.