diff --git a/.github/workflows/autoassign.yml b/.github/workflows/autoassign.yml
index 718d547d33..d1e69755de 100644
--- a/.github/workflows/autoassign.yml
+++ b/.github/workflows/autoassign.yml
@@ -10,7 +10,7 @@ jobs:
pull-requests: write
steps:
- name: 'Auto-assign issue'
- uses: pozil/auto-assign-issue@v3
+ uses: pozil/auto-assign-issue@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: bharvey88
diff --git a/docs/products/ESPHome-Starter-Kit/modules/button-module.md b/docs/products/ESPHome-Starter-Kit/modules/button-module.md
index bc5687cd10..589d7cbd2b 100644
--- a/docs/products/ESPHome-Starter-Kit/modules/button-module.md
+++ b/docs/products/ESPHome-Starter-Kit/modules/button-module.md
@@ -118,4 +118,15 @@ With the device back online, the button entity is live on the web server.
Button Controlled LEDs
+
Play a Tune
+
Press to Check Climate
+
+[Join our Discord :simple-discord:](https://link.apolloautomation.com/discord){ .md-button .md-button--discord }
+[Community Forum :material-forum:](https://forum.apolloautomation.com/){ .md-button .md-button--primary }
\ No newline at end of file
diff --git a/docs/products/ESPHome-Starter-Kit/modules/motion-module.md b/docs/products/ESPHome-Starter-Kit/modules/motion-module.md
index 1d6a786430..bdebf44fc0 100755
--- a/docs/products/ESPHome-Starter-Kit/modules/motion-module.md
+++ b/docs/products/ESPHome-Starter-Kit/modules/motion-module.md
@@ -117,4 +117,13 @@ With the device back online, the Motion entity is live on the web server.
Motion-Activated Light
+
+[Join our Discord :simple-discord:](https://link.apolloautomation.com/discord){ .md-button .md-button--discord }
+[Community Forum :material-forum:](https://forum.apolloautomation.com/){ .md-button .md-button--primary }
\ No newline at end of file
diff --git a/docs/products/ESPHome-Starter-Kit/modules/rgb-buzzer-module.md b/docs/products/ESPHome-Starter-Kit/modules/rgb-buzzer-module.md
index 7b4fb94e51..798a2a5933 100755
--- a/docs/products/ESPHome-Starter-Kit/modules/rgb-buzzer-module.md
+++ b/docs/products/ESPHome-Starter-Kit/modules/rgb-buzzer-module.md
@@ -127,4 +127,16 @@ The buzzer doesn't have its own web server control, since it's an output rather
!!! success "Your LED & Buzzer notification module is wired up!"
- Your LED & Buzzer Module is now ready for some fun tasks.. like toggling lights on and off, playing with the colors, or using the buzzer to play fun tunes!
\ No newline at end of file
+ Your LED & Buzzer Module is now ready for some fun tasks.. like toggling lights on and off, playing with the colors, or using the buzzer to play fun tunes!
+
+## Try it in an automation
+
+Your notification module is ready. Drive it from any of these automations:
+
+
Button Controlled LEDs
+
Play a Tune
+
Temp-Reactive LEDs
+
Motion-Activated Light
+
+[Join our Discord :simple-discord:](https://link.apolloautomation.com/discord){ .md-button .md-button--discord }
+[Community Forum :material-forum:](https://forum.apolloautomation.com/){ .md-button .md-button--primary }
\ No newline at end of file
diff --git a/docs/products/ESPHome-Starter-Kit/modules/temperature-humidity-module.md b/docs/products/ESPHome-Starter-Kit/modules/temperature-humidity-module.md
index 8edb909a8c..951979ea0e 100755
--- a/docs/products/ESPHome-Starter-Kit/modules/temperature-humidity-module.md
+++ b/docs/products/ESPHome-Starter-Kit/modules/temperature-humidity-module.md
@@ -125,4 +125,14 @@ With the device back online, the temperature and humidity entities are live on t
!!! success "Your Temperature and Humidity module is wired up"
- You now have a trustworthy temp and humidity sensor to place anywhere in your home!
\ No newline at end of file
+ You now have a trustworthy temp and humidity sensor to place anywhere in your home!
+
+## Try it in an automation
+
+Your sensor is reporting. Now make it drive something:
+
+
Temp-Reactive LEDs
+
Press to Check Climate
+
+[Join our Discord :simple-discord:](https://link.apolloautomation.com/discord){ .md-button .md-button--discord }
+[Community Forum :material-forum:](https://forum.apolloautomation.com/){ .md-button .md-button--primary }
\ No newline at end of file
diff --git a/docs/products/ESPHome-Starter-Kit/start-here.md b/docs/products/ESPHome-Starter-Kit/start-here.md
index 8fed5be448..23b5523e83 100755
--- a/docs/products/ESPHome-Starter-Kit/start-here.md
+++ b/docs/products/ESPHome-Starter-Kit/start-here.md
@@ -15,7 +15,7 @@ By the end of this wiki you'll know how to:
## What's in the kit
-Your kit arrives as a single snap-apart panel that includes the ESP32-C6 main board along with a selection of interchangeable modules. The kit also includes three ribbon cables used to connect the modules together, and a stand for the LED & Buzzer module.
+Your kit arrives as a single snap-apart panel that includes the ESP32-C6 main board along with a selection of interchangeable modules. The kit also includes three ribbon cables for connecting modules to the main board, one more than any project uses at once so you always have a spare, plus a stand for the LED & Buzzer module.

diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index 0c55472ee5..f443b45a23 100755
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -170,3 +170,19 @@ article.md-typeset .md-button img {
vertical-align: -0.2em;
margin-right: 0.4em;
}
+
+/* Discord-branded button variant. Discord "blurple" so the Join-our-Discord
+ call to action reads as its own thing next to the accent-colored primary
+ buttons. Class lives here (not an inline style) so CloudCannon's WYSIWYG
+ keeps it when the page is round-tripped. */
+.md-typeset .md-button--discord {
+ background-color: #5865f2;
+ border-color: #5865f2;
+ color: #fff;
+}
+.md-typeset .md-button--discord:focus,
+.md-typeset .md-button--discord:hover {
+ background-color: #4752c4;
+ border-color: #4752c4;
+ color: #fff;
+}