mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-05 18:15:23 +00:00
10 lines
175 B
YAML
Executable File
10 lines
175 B
YAML
Executable File
language: python
|
|
python:
|
|
- "3.6"
|
|
install:
|
|
- pip3 install homeassistant
|
|
script:
|
|
- hass -c . --script check_config
|
|
before_install:
|
|
- mv travis_secrets.yaml secrets.yaml
|