Skip to content

Commit d801c52

Browse files
authored
Mark repo as unmaintained
1 parent c3812d2 commit d801c52

File tree

3 files changed

+9
-33
lines changed

3 files changed

+9
-33
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# homebridge-petsafe-smart-feed
22

3+
> **⚠️ UNMAINTAINED**: This repository is no longer actively maintained. The original author no longer owns a myLink device and is not able to support this plugin. Please open an issue if you are interested in becoming a maintainer.
4+
35
[![Actions Status](https://github.com/dgreif/homebridge-petsafe-smart-feed/workflows/Node%20CI/badge.svg)](https://github.com/dgreif/homebridge-petsafe-smart-feed/actions)
4-
[![Donate](https://badgen.net/badge/Donate/PayPal/91BE09)](https://www.paypal.me/dustingreif)
56
[![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
67

78
This homebridge plugin allows you to add the PetSafe Smart Feed to HomeKit.
@@ -12,19 +13,20 @@ This homebridge plugin allows you to add the PetSafe Smart Feed to HomeKit.
1213

1314
## Configuration
1415

15-
The easiest way to configure this plugins is via [`homebridge-config-ui-x`](https://www.npmjs.com/package/homebridge-config-ui-x). This includes a custom UI which will walk you through the login process to get an auth token.
16+
The easiest way to configure this plugins is via [`homebridge-config-ui-x`](https://www.npmjs.com/package/homebridge-config-ui-x). This includes a custom UI which will walk you through the login process to get an auth token.
1617
If you do no use config-ui-x, or if you are a HOOBS user, follow the steps below.
18+
1719
### Obtain a token
1820

19-
To interact with the PetSafe api, you must first obtain an access token. You can do this by running the following command
21+
To interact with the PetSafe api, you must first obtain an access token. You can do this by running the following command
2022

2123
`npx -p homebridge-petsafe-smart-feed petsafe-auth-cli`
2224

2325
### Homebridge Config
2426

2527
Once you have an access token, set up your homebridge config as follows
2628

27-
```json
29+
```json
2830
{
2931
"platforms": [
3032
{

package.json

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,7 @@
2929
"type": "git",
3030
"url": "git://github.com/dgreif/homebridge-petsafe-smart-feed.git"
3131
},
32-
"keywords": [
33-
"homebridge-plugin",
34-
"petsafe",
35-
"smart feed",
36-
"feeder",
37-
"pet"
38-
],
39-
"author": "dgreif",
32+
"keywords": ["homebridge-plugin", "petsafe", "smart feed", "feeder", "pet"],
4033
"license": "MIT",
4134
"dependencies": {
4235
"@aws-sdk/client-cognito-identity-provider": "^3.159.0",
@@ -69,23 +62,6 @@
6962
"url": "https://github.com/dgreif/homebridge-petsafe-smart-feed/issues"
7063
},
7164
"homepage": "https://github.com/dgreif/homebridge-petsafe-smart-feed#readme",
72-
"funding": [
73-
{
74-
"type": "paypal",
75-
"url": "https://www.paypal.me/dustingreif"
76-
},
77-
{
78-
"type": "github",
79-
"url": "https://github.com/sponsors/dgreif"
80-
}
81-
],
82-
"files": [
83-
"lib",
84-
"petsafe-auth-cli.js",
85-
"CHANGELOG.md",
86-
"config.schema.json"
87-
],
88-
"workspaces": [
89-
"homebridge-ui"
90-
]
65+
"files": ["lib", "petsafe-auth-cli.js", "CHANGELOG.md", "config.schema.json"],
66+
"workspaces": ["homebridge-ui"]
9167
}

0 commit comments

Comments
 (0)