2018-04-21 13:17:27 -04:00
|
|
|
language: python
|
2018-04-21 19:06:03 +01:00
|
|
|
|
2020-11-17 11:20:37 -05:00
|
|
|
python: "3.8"
|
2018-04-21 19:06:03 +01:00
|
|
|
|
2018-04-21 13:17:27 -04:00
|
|
|
before_install:
|
2018-04-22 18:42:33 +01:00
|
|
|
- touch fake_key.pem
|
2018-04-21 13:36:49 -04:00
|
|
|
- mv config/travis_secrets.yaml config/secrets.yaml
|
2018-04-22 18:43:08 +01:00
|
|
|
|
2019-03-06 13:50:19 -05:00
|
|
|
install:
|
2020-06-06 12:42:36 -04:00
|
|
|
- pip3 install homeassistant
|
2019-03-06 13:50:19 -05:00
|
|
|
- pip3 install colorlog
|
2020-03-02 19:14:01 +00:00
|
|
|
- pip3 install python-dateutil
|
2020-06-27 21:39:14 -04:00
|
|
|
- git clone https://github.com/custom-components/youtube.git youtube_component/
|
|
|
|
- mv youtube_component/custom_components config/custom_components
|
2020-07-20 13:32:47 -04:00
|
|
|
- git clone https://github.com/mrk-its/homeassistant-blitzortung.git blitzortung_component/
|
2020-07-20 13:34:40 -04:00
|
|
|
- mv blitzortung_component/custom_components config/custom_components
|
2020-07-20 13:32:47 -04:00
|
|
|
|
2019-03-06 13:50:19 -05:00
|
|
|
script:
|
|
|
|
- hass -c config/ --script check_config --info all
|