6 lines
97 B
Bash
6 lines
97 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
./make_config.sh
|
||
|
./make_custom_frontend.sh
|
||
|
|
||
|
python -m homeassistant --config /config
|