[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="HOST=127.0.0.1" Environment="PORT=6052" Environment="ESPHOME_USERNAME=" Environment="ESPHOME_PASSWORD=" Type=simple User=esphome Group=esphome ExecStart=/usr/bin/esphome-device-builder --host "${HOST}" --port "${PORT}" "${CONFIG}" [Install] WantedBy=multi-user.target