[Unit] Description=ESPHome is a system to configure your microcontrollers by simple yet powerful configuration files and control them remotely through Home Automation systems After=network.target [Service] Environment="CONFIG=/var/lib/esphome" Environment="ADDRESS=0.0.0.0" Environment="PORT=6052" Environment="USERNAME=" Environment="PASSWORD=" Type=simple User=esphome Group=esphome ExecStart=/usr/bin/esphome dashboard --address "${ADDRESS}" --port "${PORT}" --username "${USERNAME}" --password "${PASSWORD}" "${CONFIG}" [Install] WantedBy=multi-user.target