Taking some of this Magic. https://github.com/fronzbot/githass/pull/62
This commit is contained in:
parent
3aab5e71dc
commit
73e0a2316d
|
@ -6,6 +6,9 @@ before_install:
|
|||
- touch fake_key.pem
|
||||
- mv config/travis_secrets.yaml config/secrets.yaml
|
||||
|
||||
install: pip3 install homeassistant
|
||||
install:
|
||||
- pip3 install homeassistant
|
||||
- pip3 install colorlog
|
||||
|
||||
script: hass -c config/ --script check_config --info all
|
||||
script:
|
||||
- hass -c config/ --script check_config --info all
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 103 KiB |
Loading…
Reference in New Issue