From 7c38487bd6b3431e1625cacfa2bc0b443dd2dfb7 Mon Sep 17 00:00:00 2001 From: Staubgeborener Date: Tue, 11 Jan 2022 07:09:54 +0100 Subject: [PATCH] esphome docs referenced --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index 90ce192..02cdcc7 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -19,7 +19,7 @@ found in the [Configuration guide](configuration.md). After these steps you can let ESPHome compile your firmware (`firmware.bin`) file. This firmware can then be flashed onto the device. -The compile command for ESPHome is +The [ESPHome compile](https://esphome.io/guides/cli.html#compile-command) command is ``` esphome compile example.yaml ```