mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 04:04:06 +00:00
11 lines
187 B
YAML
11 lines
187 B
YAML
language: python
|
|
|
|
python: "3.6"
|
|
|
|
install: pip3 install homeassistant
|
|
|
|
script: hass -c config/ --script check_config
|
|
|
|
before_install:
|
|
- mv config/travis_secrets.yaml config/secrets.yaml
|