mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-06 09:45:07 +00:00
Closes #73 - Added Travis CI testing
This commit is contained in:
@@ -1 +1 @@
|
|||||||
0.38.3
|
0.38.4
|
||||||
9
.travis.yml
Executable file
9
.travis.yml
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.4"
|
||||||
|
install:
|
||||||
|
- pip3 install homeassistant
|
||||||
|
script:
|
||||||
|
- hass -c . --script check_config
|
||||||
|
before_install:
|
||||||
|
- mv travis_secrets.yaml secrets.yaml
|
||||||
24
travis_secrets.yaml
Executable file
24
travis_secrets.yaml
Executable file
@@ -0,0 +1,24 @@
|
|||||||
|
homeassistant_latitude: 000.0000000
|
||||||
|
homeassistant_longitude: 000.0000000
|
||||||
|
homeassistant_elevation: 00
|
||||||
|
http_api_password: password
|
||||||
|
external_ip: 10.10.10.10
|
||||||
|
MQTT_username: MQTT
|
||||||
|
MQTT_password: password
|
||||||
|
ssl_certificate: '/home/hass/.homeassistant/www/website_dot_com.crt'
|
||||||
|
ssl_key: '/home/hass/.homeassistant/www/website.key'
|
||||||
|
http_base_url: your.website.com
|
||||||
|
ifttt_key: iftttKEYPassphrase
|
||||||
|
forecast_key: ForcastKeyphrase
|
||||||
|
nest_client_id: secret_nest_client_id
|
||||||
|
nest_client_secret: secretnestclientid
|
||||||
|
garadget_large_id: 00000000000000000000000
|
||||||
|
garadget_small_id: 00000000000000000000001
|
||||||
|
garadget_username: user@email.com
|
||||||
|
garadget_password: password
|
||||||
|
google_cal_clientid: clientidsecretsecretsecret.apps.googleusercontent.com
|
||||||
|
google_cal_clientsecret: more-secretstuff
|
||||||
|
sleepiq_username: user@email.com
|
||||||
|
sleepiq_password: password
|
||||||
|
aws_access_key_ID: 'AWSACCESSKEYID'
|
||||||
|
aws_secret_access_key: 'AWSACCESSKEYIDandSECRET'
|
||||||
Reference in New Issue
Block a user