Skip to content

Commit

Permalink
add plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitay Ben-Zvi committed Sep 26, 2020
1 parent 216330d commit 25e7691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let FakeGatoHistoryService

module.exports = (api) => {
FakeGatoHistoryService = require("fakegato-history")(api)
api.registerAccessory('SwitcherBoiler', SwitcherBoiler)
api.registerAccessory('homebridge-switcher-boiler', 'SwitcherBoiler', SwitcherBoiler)
}

class SwitcherBoiler {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-switcher-boiler",
"description": "Homebridge plugin for Switcher - Boiler / Water-Heater",
"version": "2.0.1",
"version": "2.0.2",
"repository": {
"type": "git",
"url": "git://github.com/nitaybz/homebridge-switcher-boiler.git"
Expand Down

0 comments on commit 25e7691

Please sign in to comment.