-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Joe Block <[email protected]>
- Loading branch information
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: New Entry Submission | ||
about: Suggest an entry for the list | ||
title: "[NEW ENTRY]" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## What product do you want added to the list? | ||
|
||
Name and shame time. Please include a link to the product/service. | ||
|
||
## Why is it bad? | ||
|
||
Please detail why it shouldn't be used. Possible issues include but are definitely not limited to: | ||
|
||
- A product that previously had API access has been locked down to require you to use the vendor's crapware | ||
- A product that previously had a free API to control your devices is switching to paid subscription | ||
- A product that used to work in a local-only mode is being "upgraded" to require a cloud service or account to function | ||
- An API that was usable to provide integrations to projects like Home Assistant and Hubitat has been disabled or removed | ||
- Safety issues | ||
- Security issues. | ||
- Vendor has been actively hostile to developers using their API. Mazda sending a cease and desist letter to the Mazda integration author, for example. | ||
|
||
If there are articles / blog posts / press releases describing why it's bad, please include them here too. | ||
|
||
## Is there a workaround? | ||
|
||
If there's a workaround (like attaching Hue bulbs to a non-Philips zigbee controller), include that here. If there are other products that can replace it, please include links. In the interest of keeping entries short, we prioritize links to products like opengarage.io that publish their firmware, especially if it has an open source license. | ||
|
||
Finally, thanks for the help - the IOT ecosystem gets larger every day and one person can't keep up on everything. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Entry Update | ||
about: Update an entry in the list | ||
title: "[UPDATE ENTRY]" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## What list entry needs an update? | ||
|
||
|
||
|
||
## What should we update? | ||
|
||
If the vendor has resolved the issue, please add a link to a press release / blog post / article confirming it. If there's a new workaround, describe that here (with links to instructions if possible). | ||
|