Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Fix invalid plugin identifier (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 authored Jan 17, 2021
1 parent 1f862ff commit 1a084e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function(homebridge) {
Service = homebridge.hap.Service;
Characteristic = homebridge.hap.Characteristic;
homebridge.registerAccessory(
"homebridge-temperature-ds18b20",
"homebridge-ds18b20",
"DS18B20",
TemperatureAccessory
);
Expand Down

1 comment on commit 1a084e4

@tomgme
Copy link

@tomgme tomgme commented on 1a084e4 Jan 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi. I have the same problem and can't find this file index.js (RPI) Can you help? Thank you

Please sign in to comment.