Skip to content

Commit cd20e7e

Browse files
committed
Add TOC, contributors list
Signed-off-by: Joe Block <[email protected]>
1 parent ac78e29 commit cd20e7e

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,35 @@
22

33
![Awesomebot](https://github.com/unixorn/internet-of-trash/actions/workflows/awesomebot.yml/badge.svg)
44

5+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
6+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
7+
## Table of Contents
8+
9+
- [Hall of Shame](#hall-of-shame)
10+
- [Contributors](#contributors)
11+
12+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
13+
514
A list of IOT devices to avoid.
615

716
Some of the reasons things get listed here:
817

918
- A device had an open API, then switched to requiring you to use their application instead of directly scraping the API
1019
- Devices which are cloud-only
11-
- Anything that requires you to use _their_ application and doesn't document their API
20+
- Anything that requires you to use _their_ application and doesn't document their API so it can be integrated with other ecosystems
1221

22+
## Hall of Shame
1323

1424
| Device | Reason it's garbage | Date | Workarounds if any |
1525
| -------------------------------------------- | ------------------- | ---------- | ----------- |
1626
| Chamberlain MyQ Smart Garage Door Controller | Chamberlain shut off all access to its APIs.<br>See <ul><li>Chamberlain's [Press Release](https://chamberlaingroup.com/press/a-message-about-our-decision-to-prevent-unauthorized-usage-of-myq)</li><li>The Verge's [coverage](https://www.theverge.com/23949612/chamberlain-myq-smart-garage-door-controller-homebridge-integrations)</li></ul> | 2023-11-07 | Replace with a better solution:<ul><li>[opengarage.io](https://opengarage.io) - Their hardware design and software code (including both firmware and app code) and API documents are publicly available in the [OpenGarage github repository](https://github.com/OpenGarage)</li><li>[ratgdo](https://paulwieland.github.io/ratgdo/) is another solution with open source firmware that woks with Security+ 2.0 openers.</li></ul> |
1727
| Mazda. Yes, Mazda. | The Home Assistant Blog has the [details](https://www.home-assistant.io/blog/2023/10/13/removal-of-mazda-connected-services-integration/).<br>TL;DR they sent a cease and desist order to the Mazda Home Assistant Integration's Author | |
18-
| Philips Hue | Philips is forcing users to "upgrade" to a version of their Philips app that requires login to a cloud account. See [How-To Geek](https://www.howtogeek.com/philips-hue-will-soon-require-online-accounts-to-control-lights/) | 2023-11-07 | Use a generic Zigbee coordinator instead of the Philips one |
28+
| Philips Hue | Philips is forcing users to "upgrade" to a version of their Philips app that requires login to a cloud account. See [How-To Geek](https://www.howtogeek.com/philips-hue-will-soon-require-online-accounts-to-control-lights/) | 2023-11-07 | Use a generic Zigbee coordinator instead of the Philips one |
29+
30+
## Contributors
31+
32+
<a href="https://github.com/unixorn/internet-of-trash/graphs/contributors">
33+
<img src="https://contributors-img.web.app/image?repo=unixorn/internet-of-trash" />
34+
</a>
35+
36+
Made with [contributors-img](https://contributors-img.web.app).

0 commit comments

Comments
 (0)