From d9cc2bdd6db06c89cc862be1049c879de46c259f Mon Sep 17 00:00:00 2001 From: Joe Block Date: Tue, 11 Nov 2025 11:09:40 -0700 Subject: [PATCH] fix tyop Signed-off-by: Joe Block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 085632e..fa9a1ed 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ to find when the list gets larger | 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. | | 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 | | 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. | -| Google Nest 1st and 2nd gen | Google officially announced [end of support](https://support.google.com/googlenest/answer/16233096?hl=en) | 2025-10-25 | [nolongerevil.com](https://nolongerevil.com) Breath new life into bricked and outdated Nest Generation 1 & 2 thermostats. Repurpose your old hardware with our custom software and enjoy a beautiful, modern control interface. | +| Google Nest 1st and 2nd gen | Google officially announced [end of support](https://support.google.com/googlenest/answer/16233096?hl=en) | 2025-10-25 | [nolongerevil.com](https://nolongerevil.com) breathes new life into bricked and outdated Nest Generation 1 & 2 thermostats. Repurpose your old hardware with our custom software and enjoy a beautiful, modern control interface. | | 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 | | Jaguar / Land Rover | Per [reddit](https://www.reddit.com/r/homeassistant/comments/1graane/comment/lx511wu/), they've changed their API authentication and broken API access. | 2024-11-15 | None | | Kasa light bulbs | The KL135 (and probably others) reset themselves every 10 minutes if their internet is blocked, which makes them go offline for a minute during the reset. | 2024-11-15 | Let them phone home. |