From 02934b46379886cea9c5dc101e438a4280213577 Mon Sep 17 00:00:00 2001 From: swifty99 Date: Thu, 19 Dec 2024 18:06:28 +0100 Subject: [PATCH 1/3] Mac installation update I have tried a lot of different install procedures. This has been flawless since. --- guides/installing_esphome.rst | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/guides/installing_esphome.rst b/guides/installing_esphome.rst index 4535ac6764..b61fa5c1c4 100644 --- a/guides/installing_esphome.rst +++ b/guides/installing_esphome.rst @@ -49,19 +49,11 @@ with the following: Mac --- -There are no tested installation instructions for Mac. ESPHome does support -Mac & will run with no problem. +ESPHome does support Mac & will run with no problem. -Contributions are welcome! +Recommended installation is via `brew `_. -The process will likely be similar to Windows. You can install Python from the -official site, and then install ESPHome with ``pip3 install esphome``. You can -then test that things are properly installed with the following: -.. code-block:: console - - $ esphome version - Version: 2021.12.3 Linux ----- From 8556597cdca0050656af044dcd78a93d8c736e1e Mon Sep 17 00:00:00 2001 From: swifty99 Date: Thu, 19 Dec 2024 20:23:55 +0100 Subject: [PATCH 2/3] Update installing_esphome.rst the AI rabbit was not so bad. --- guides/installing_esphome.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/guides/installing_esphome.rst b/guides/installing_esphome.rst index b61fa5c1c4..274e0c8169 100644 --- a/guides/installing_esphome.rst +++ b/guides/installing_esphome.rst @@ -51,9 +51,20 @@ Mac ESPHome does support Mac & will run with no problem. -Recommended installation is via `brew `_. +Recommended installation is via `Homebrew `_: +.. code-block:: console + $ brew install esphome + +Verify the installation: +.. code-block:: console + + $ esphome version + Version: 2024.12.0 # Version number may vary +If you encounter any issues with Homebrew installation, please check the +`ESPHome Homebrew Formula `_ page +for additional information. Linux ----- From 9a00ccfc4a2fc1100a46c7f176f4029d3dc0f4f8 Mon Sep 17 00:00:00 2001 From: swifty99 Date: Thu, 19 Dec 2024 20:25:22 +0100 Subject: [PATCH 3/3] Update installing_esphome.rst --- guides/installing_esphome.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/installing_esphome.rst b/guides/installing_esphome.rst index 274e0c8169..df60b10eb8 100644 --- a/guides/installing_esphome.rst +++ b/guides/installing_esphome.rst @@ -54,9 +54,11 @@ ESPHome does support Mac & will run with no problem. Recommended installation is via `Homebrew `_: .. code-block:: console + $ brew install esphome Verify the installation: + .. code-block:: console $ esphome version