-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.travis.yml
24 lines (21 loc) · 883 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
sudo: false
dist: jammy
language: python
python:
- "3.11"
before_install:
- mv travis/travis_secrets.yaml secrets.yaml
- mv travis/travis.fake_ssl_crt travis.fake_ssl_crt
- mv travis/travis.fake_ssl_key travis.fake_ssl_key
- "sudo mkdir -p /config/tmp"
- mkdir -p custom_components/ tmp/
- git clone https://github.com/custom-components/hacs.git tmp/hacs
- mv tmp/hacs/custom_components/hacs custom_components/
- git clone https://github.com/custom-components/sensor.owlintuition.git tmp/owlintuition_component/
- mv tmp/owlintuition_component/custom_components/owlintuition custom_components/
- git clone https://github.com/ollo69/ha-smartthinq-sensors.git tmp/ha-smartthinq-sensors
- mv tmp/ha-smartthinq-sensors/custom_components/smartthinq_sensors custom_components/
install:
- pip3 install homeassistant
script:
- hass -c . --script check_config