User Tools

Site Tools


homeassistant
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


homeassistant [2020/06/17 19:09] (current) – created admin
Line 1: Line 1:
 +====== HomeAssistant ======
  
 +<code bash /etc/systemd/system/homeassistant@pi.service>
 +[Unit]
 +Description=Home Assistant
 +After=network-online.target
 +[Service]
 +Type=simple
 +User=homeassistant
 +WorkingDirectory=/home/homeassistant/.homeassistant
 +ExecStart=/srv/homeassistant/bin/hass -c "/home/homeassistant/.homeassistant"
 +
 +[Install]
 +WantedBy=multi-user.target
 +</code>
homeassistant.txt · Last modified: 2020/06/17 19:09 by admin