You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ to find when the list gets larger
50
50
| Blink Cameras | Per reddit [thread](https://www.reddit.com/r/homeassistant/comments/1graane/comment/lx4kbmd), randomly marks videos as seen in their app when connected to HA. | 2024-11-15 | None. |
51
51
| BMW | BMW turned off all 3rd party access to their APIs. See details in home assistant core [issue 149750](https://github.com/home-assistant/core/issues/149750) and on reddit at [bmw_kills_home_assistant_integration_to_protect](https://www.reddit.com/r/homeassistant/comments/1n8tidg/bmw_kills_home_assistant_integration_to_protect/)| 2025-09-10 ||
52
52
| Ecobee thermostats | "As of March 28th, 2024, ecobee is no longer accepting new developer subscriptions, nor are existing developer accounts able to create new API keys. There is no ETA for when they will be allowed again. Existing API keys will continue to function." | 2024-11-15 | Their HomeKit integration still works, so your HA can connect via that. It's less robust than a real connection, though. |
53
-
| Eight Sleep Beds | Locked part of the API behind a paywall. | 2024-11-15 | Lucas Clarke's [integration](https://github.com/lukas-clarke/eight_sleep). Subject to breakage if they change their API again. |
53
+
| Eight Sleep Beds | Locked part of the API behind a paywall. | 2024-11-15 | Lucas Clarke's [integration](https://github.com/lukas-clarke/eight_sleep). Subject to breakage if they change their API again. |
54
54
| Eufy cameras | Per [reddit](https://www.reddit.com/r/homeassistant/comments/1graane/comment/lx4jo79), the community integration is hit or miss due to flakiness on the Eufy side. Disables RTSP if you don't let it phone home for more than 48 hours. Requires disabling a bunch of security stuff to access the RTSP stream even when it _does_ work. | 2024-11-15 | None |
55
55
| GM OnStar | GM changes or voids API keys, which makes it really hard for the integration developers to keep up. | 2024-11-15 |[OnStar JS](https://github.com/samrum/OnStarJS) is an unofficial NodeJS library to make OnStar requests. Instability is because the devs have to chase GM changes. |
56
56
| iRobot Roomba j7 | Per [reddit](https://www.reddit.com/r/homeassistant/comments/1graane/comment/lx4d50k), cannot be added directly through the HA integration. [Firmware version 3.20.7 stopped reporting tracking and broke realtime maps.](https://github.com/NickWaterton/Roomba980-Python)| 2024-11-14 | Reportedly you can use [koalazak/dorita980](https://github.com/koalazak/dorita980) to hack it into compliance, but it doesn't work with the stock roomba integration |
@@ -61,6 +61,7 @@ to find when the list gets larger
61
61
| Ooma VOIP | No API, no integration. | 2024-11-15 | None |
62
62
| 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 |
63
63
| RecTeq Smokers | Tuya based, but per [reddit](https://www.reddit.com/r/homeassistant/comments/1graane/comment/lx56e3x), they pushed an update that locked people out of their smokers. | 2024-11-15 | None |
64
+
| Smart (Car) | Mercedes, the company owning Smart, arbitrarily disables access to their API for third parties. See [ReneNulschDE/mbapi2020/287](https://github.com/ReneNulschDE/mbapi2020/issues/287)| 2025-10-06 | Connect to your car via OBD (WiCan/MeatPI or similar) |
64
65
| Shark Vacuums | Shark has altered the API and broken the SharkIQ integration. See [sharkiq/issues/51](https://github.com/JeffResc/sharkiq/issues/51). This is an vendor problem, please don't harass the sharkiq maintainer. | 2024-11-14 | None |
65
66
| Tesla (Powerwall) | Tesla have updated their gateway firmware to progressively hobble it, reducing the ability for owners to monitor their devices. This has reached peak enshittification with firmware version 24.36.2 and later with Gateway 1 vintage gateways. Although you can temporarily gain access by going through the _I forgot my password_ routine via the Tesla Energy Gateway (TEG) WiFi access point, and log in to the integration in Home Assistant immediately with the new password, **the gateway itself forgets the new password** within an hour, and once the login cookie expires, any logged in device loses access. | 2024-02-02 | Tesla Fleet provides a dramatically reduced subset of information |
66
67
| Tesla | Tesla is now [Charging for API access](https://developer.tesla.com/docs/fleet-api/billing-and-limits) to the vehicle API. They're adding a new Fleet API that costs money to use. The Owner API is working for now, but it's unclear when/if support for it is going to be dropped. | 2024-12-15 | None |
0 commit comments