From b910222ce248b114e5b5b1f19126ae1ce63cb0dd Mon Sep 17 00:00:00 2001 From: Vincent Filby Date: Mon, 17 Aug 2026 09:37:16 -0700 Subject: [PATCH 1/2] Add attribution note for Adaptive Cover to README Co-Authored-By: Claude Fable 5 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d141e15..faf0b70 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # Shade Engine +> **Note:** This is heavily based on +> [Adaptive Covers](https://github.com/basbruss/adaptive-cover), and +> ultimately is a stripped down version that externalizes the state +> management so that I can control it with automations instead of +> influencing it with inputs. For most people you should probably try it +> first; it is more mature, has configuration built into the UI, and will +> certainly be better supported. If you need more control and you are ok +> with some manual config then you can give this one a try. On a side note, +> manual YAML config is quite a bit more friendly to agents so that is a +> side benefit. + Sun-tracking shade control for Home Assistant with **externalized policy**. Shade Engine does two things and refuses to do a third: From 07ff5ceee6f172a26eaf2f1aab92b42fc8c5e841 Mon Sep 17 00:00:00 2001 From: Vincent Filby Date: Mon, 17 Aug 2026 09:46:32 -0700 Subject: [PATCH 2/2] Retrigger CI after Actions re-enable