From 9bbfd17b25c4c34b1b28f663020acf1aa078daa6 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 16 Nov 2024 10:01:39 -0700 Subject: [PATCH 1/2] Add Astral Pool Halo Chlorinator Signed-off-by: Joe Block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c135fa..5bacafe 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Please add new entries in alphabetical order - it will make things easier to fin | -------------------------------------------- | ------------------- | ---------- | ----------- | | Ariston Remotethermo | [continuous disconnection of API](https://github.com/fustom/ariston-remotethermo-home-assistant-v3/issues/361). Not only did they break the integration, they log you out of their own crapware for as long as you're trying to use the integration. | 2024-11-15 | None. | | Arlo Cameras | Per [reddit](https://www.reddit.com/r/homeassistant/comments/1graane/comment/lx4jo79) actively blocks attempts to access them. Uses rolling short-lived tokens to make it even more annoying to integrate. | 2024-11-15 | None | +| Astral Pool Halo Chlorinator | Per [DanielNagy/astralpool_halo_chlorinator](https://github.com/DanielNagy/astralpool_halo_chlorinator) and [community.home-assistant.io](https://community.home-assistant.io/t/viron-astral-pool-chlorinatorgo-integration/375495/408), firmware versions newer than 2.3 | None | | 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. | | Chamberlain MyQ Smart Garage Door Controller | Chamberlain shut off all access to its APIs.
See | 2023-11-07 | Replace with a better solution: | | 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. | From 706ef98c63f1df701a9865a3f15007fb15dbeed2 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 16 Nov 2024 10:04:08 -0700 Subject: [PATCH 2/2] Explain delay in awesomebot configuration Signed-off-by: Joe Block --- .github/workflows/awesomebot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/awesomebot.yml b/.github/workflows/awesomebot.yml index d5f46fc..61a4f38 100644 --- a/.github/workflows/awesomebot.yml +++ b/.github/workflows/awesomebot.yml @@ -21,5 +21,6 @@ jobs: # within `mega-linter` fetch-depth: 0 - uses: docker://dkhamsing/awesome_bot:latest + # We have to delay 1 second between url checks or we get rate-limited on some sites. with: args: /github/workspace/README.md --allow-ssl --allow 500,501,502,503,504,509,521 --allow-dupe --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io,https://reddit.com,https://www.reddit.com