From 053cbe253df2efa323aa68d7cdc7ef4157fc6546 Mon Sep 17 00:00:00 2001 From: ashtom50 Date: Sat, 4 Apr 2026 14:08:43 +0100 Subject: [PATCH] added video to caddy --- content/Articles/smart-train/index.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/content/Articles/smart-train/index.md b/content/Articles/smart-train/index.md index 262a981..8ad4e48 100644 --- a/content/Articles/smart-train/index.md +++ b/content/Articles/smart-train/index.md @@ -41,8 +41,12 @@ The ESP microcontroller was then flashed with ESPHome and added to home assistan ### Smart Home Integration With the train now fully controllable from within home assistant the control was expanded to google assistant. Since I already had google connected to my home assistant server I simply needed to add the configuration to expose the new controls. This allowed me to turn the train on/off with voice commands through my google home mini speakers. -![Description](./station.png) +{{< video + src="/videos/train-finish.mp4" + caption="My completed train setup" + loop=true + muted=true +>}} - -### 🏁 Future +### Future The core functionality of this project is completed with everything I wanted to achieve being successful. Future improvements would be expanding the train control functionality and adding another sensor to make stopping at the station simpler and more reliable at different speeds. \ No newline at end of file