Skip to content

Commit 82251ab

Browse files
committed
Rename project to homebridge-kasa
Update package metadata, repository URLs, and author information to reflect the new project name and ownership. Added support for KLAP and AES protocols to the description.
1 parent c6bd767 commit 82251ab

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ node_modules
2525

2626
# Optional REPL history
2727
.node_repl_history
28+
29+
.specs/

package.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
2-
"name": "homebridge-tplink-smarthome",
3-
"displayName": "Homebridge TPLink Smarthome",
2+
"name": "homebridge-kasa",
3+
"displayName": "Homebridge Kasa",
44
"version": "8.0.4",
5-
"description": "TPLink Smarthome plugin for Homebridge",
5+
"description": "Kasa smart home plugin for Homebridge. Supports devices using Legacy XOR, KLAP v2, and AES protocols.",
66
"keywords": [
77
"homebridge-plugin",
88
"homebridge",
99
"tplink",
1010
"kasa",
11+
"klap",
1112
"homeautomation",
1213
"automation",
1314
"home",
@@ -17,18 +18,14 @@
1718
"smartbulb"
1819
],
1920
"bugs": {
20-
"url": "https://github.com/plasticrake/homebridge-tplink-smarthome/issues"
21+
"url": "https://github.com/micthiesen/homebridge-kasa/issues"
2122
},
2223
"repository": {
2324
"type": "git",
24-
"url": "git://github.com/plasticrake/homebridge-tplink-smarthome.git"
25-
},
26-
"funding": {
27-
"type": "github",
28-
"url": "https://github.com/sponsors/plasticrake"
25+
"url": "git://github.com/micthiesen/homebridge-kasa.git"
2926
},
3027
"license": "MIT",
31-
"author": "Patrick Seal",
28+
"author": "Michael Thiesen",
3229
"main": "lib/index.js",
3330
"files": [
3431
"config.schema.json",

0 commit comments

Comments
 (0)