mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-29 06:48:16 +00:00
19 lines
618 B
YAML
19 lines
618 B
YAML
language: python
|
|
|
|
python: "3.7.7"
|
|
|
|
before_install:
|
|
- mv ./config/secrets.example.yaml ./config/secrets.yaml
|
|
- sed -e '/hacs/,+2d' < ./config/configuration.yaml > ./config/configuration.yaml
|
|
- sed -e '/uilogs/,+2d' < ./config/configuration.yaml > ./config/configuration.yaml
|
|
- sed -e '/spotcast/,+2d' < ./config/configuration.yaml > ./config/configuration.yaml
|
|
- sed -e '/youtube/,+2d' < ./config/configuration.yaml > ./config/configuration.yaml
|
|
|
|
install:
|
|
- pip3 install homeassistant
|
|
- pip3 install colorlog
|
|
- pip3 install python-dateutil
|
|
|
|
script:
|
|
- hass -c ./config --script check_config --info all
|