Skip to content

Commit

Permalink
Documentation: Added info for ESPHome
Browse files Browse the repository at this point in the history
  • Loading branch information
msinn committed Oct 1, 2024
1 parent abfd484 commit 38c764e
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion doc/user/source/installation/komplettanleitung/09_esphome.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Virtuelles Environment erstellen

Das ESPHome Dashboard verwendet eine recht große Anzahl von Python Packages. Um Konflikte mit Packages/Package-Versionen
die in SmartHomeNG verwendet werden zu vermeiden, sollte das ESPHome Dashboard in einem eigenen virtuellen Environment
laufen.
laufen. Die minimal benötigte Python Version für das ESPHome Dashboard ist zurzeit Python 3.10.

Das virtuelle Environemnt hierfür wird mit dem folgenden Befehl angelegt:

Expand Down Expand Up @@ -99,3 +99,24 @@ werden.

...

.. code-block:: bash
[Unit]
Description=ESPHome dashboard daemon
After=network.target
[Service]
Type=forking
ExecStart=/usr/local/smarthome/venvs/py_esphome/bin/esphome dashboard /usr/local/smarthome/var/esphome/config
WorkingDirectory=/usr/local/smarthome
User=smarthome
PIDFile=/usr/local/smarthome/var/run/esphome.pid
Restart=on-failure
TimeoutStartSec=900
RestartForceExitStatus=5
[Install]
WantedBy=default.target
...

0 comments on commit 38c764e

Please sign in to comment.