Travis-CI
With this sensor platform, you will be able to integrate the test build results reported by Travis-CI working within Home Assistant.
Setup
Create a GitHub access token with the following scopes:
- read:org
- user:email
- repo_deployment
- repo:status
- write:repo_hook
Configuration
To enable this platform, please add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: travisci
api_key: YOUR_ACCESS_TOKEN
Configuration Variables
Determine which default branch should be used by the state condition.
Conditions to display in the frontend. If not specified, all conditions below will be enabled by default. The following conditions can be monitored.
Return the state from the latest test job/PR. The conditions can be: ‘passed’, ‘failed’ or ‘started’.