image: 'python:3.8-slim' before_script: - cp ci_secrets.yaml secrets.yaml - apt-get update - apt-get install -y libudev-dev - pip3 install homeassistant # Creating placeholder files - echo '[]' > persons.yaml check_config: script: - hass -c . --script check_config