Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #33 from donavanbecker/patch-1
Browse files Browse the repository at this point in the history
Fixes #32
  • Loading branch information
lukasroegner committed May 1, 2020
2 parents 8a3fe81 + b783f15 commit 4b2c470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class Platform extends HomebridgePlatform<Configuration> {
* Gets the name of the plugin.
*/
public get pluginName(): string {
return 'homebridge-appletv';
return 'homebridge-apple-tv-remote';
}

/**
Expand Down

0 comments on commit 4b2c470

Please sign in to comment.