From 184c7380bcaf8fb4a981054340529743bb4a6862 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 3 Apr 2023 02:02:24 +0000 Subject: [PATCH] fix: markdown syntax for link Signed-off-by: neil --- .../index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/smarthome-soldering-iron-pinecil-homeassistant-esphome/index.md b/content/posts/smarthome-soldering-iron-pinecil-homeassistant-esphome/index.md index 7f35065..d9db1e2 100644 --- a/content/posts/smarthome-soldering-iron-pinecil-homeassistant-esphome/index.md +++ b/content/posts/smarthome-soldering-iron-pinecil-homeassistant-esphome/index.md @@ -185,7 +185,7 @@ soldering iron using Pinecil with Home Assistant and ESPHome. {{< figure src="hass-soldering.png" alt="Home Assistant Soldering UI" class="inline" >}} To make this work, we'll use an -[ESPHome configuration file]((https://github.com/TomW1605/esphome_pinecilv2_ble/blob/main/esphome_pinecilv2_ble.yaml)) +[ESPHome configuration file](https://github.com/TomW1605/esphome_pinecilv2_ble/blob/main/esphome_pinecilv2_ble.yaml) put together by Pine64 community member TomW1605. Thank you again, Tom! ## Requirements