Updates to fix.
This commit is contained in:
parent
2e1943c98a
commit
a4d6c521f0
|
@ -4,6 +4,6 @@ python:
|
||||||
install:
|
install:
|
||||||
- pip3 install homeassistant
|
- pip3 install homeassistant
|
||||||
script:
|
script:
|
||||||
- hass -c . --script check_config
|
- hass -c config/ --script check_config
|
||||||
before_install:
|
before_install:
|
||||||
- mv travis_secrets.yaml secrets.yaml
|
- mv travis_secrets.yaml secrets.yaml
|
||||||
|
|
Loading…
Reference in New Issue