Add esphome role and playbook
This commit is contained in:
parent
75408d8926
commit
e084462ae1
9 changed files with 84 additions and 0 deletions
10
playbooks/roles/esphome/files/esphome.service
Normal file
10
playbooks/roles/esphome/files/esphome.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=ESPHome
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/esphome/.local/bin/esphome dashboard config/
|
||||
WorkingDirectory=/home/esphome/.local/bin
|
||||
User=esphome
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue