Skip to content

Commit

Permalink
Fixed integration of Shelly 1 PM Gen 3 - fixes #1028
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Sep 22, 2024
1 parent 29c5185 commit 6fe4413
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ execute
### **WORK IN PROGRESS**

* (@Matze2010) Added datapoint for cover target position
* (@klein0r) Fixed integration of Shelly 1 PM Gen 3

### 8.2.0 (2024-09-19)

Expand Down
1 change: 0 additions & 1 deletion lib/datapoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ const shellyhtg3 = require('./devices/gen3/shellyhtg3').shellyhtg3;
const shelly1pmg3 = require('./devices/gen3/shelly1pmg3').shelly1pmg3;
const shelly1g3 = require('./devices/gen3/shelly1g3').shelly1g3;


const devices = {
// Gen 1
shellyswitch,
Expand Down
2 changes: 1 addition & 1 deletion lib/devices/gen3/shelly1pmg3.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ shellyHelperGen2.addSwitch(shelly1pmg3, 0, true);
shellyHelperGen2.addInput(shelly1pmg3, 0);

module.exports = {
shelly1pmminig3: shelly1pmg3,
shelly1pmg3: shelly1pmg3,
};

0 comments on commit 6fe4413

Please sign in to comment.