mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-08 08:42:10 +00:00
71f79a0b90
ALthough super cool addition by @pinkywafer . I want this to run against the LATEST version of Home Assistant for two reasons. 1) Catch potential issues coming down the pike. 2) reassure followers of the repo that my code works for the current version of HA, not just the one I might be running. But thanks so much for the addition @pinkywafer !
16 lines
288 B
YAML
Executable File
16 lines
288 B
YAML
Executable File
language: python
|
|
|
|
python: "3.7"
|
|
|
|
before_install:
|
|
- touch fake_key.pem
|
|
- mv config/travis_secrets.yaml config/secrets.yaml
|
|
|
|
install:
|
|
- pip3 install homeassistant
|
|
- pip3 install colorlog
|
|
- pip3 install python-dateutil
|
|
|
|
script:
|
|
- hass -c config/ --script check_config --info all
|