Bring back Travis using GitHub API Token. https://github.com/pinkywafer/Home-Assistant_Config/issues/17
This commit is contained in:
parent
a12b2f8d80
commit
047bfbface
|
@ -7,7 +7,7 @@
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
sensor:
|
sensor:
|
||||||
- platform: travisci
|
- platform: travisci
|
||||||
api_key: !secret travis_api
|
api_key: !secret travisci_api
|
||||||
scan_interval: 2400
|
scan_interval: 2400
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- state
|
- state
|
||||||
|
@ -19,15 +19,16 @@ sensor:
|
||||||
automation:
|
automation:
|
||||||
- alias: "Travis FAILURE Notification"
|
- alias: "Travis FAILURE Notification"
|
||||||
id: 326881a7-47ab-4897-a0c7-74ce290224de
|
id: 326881a7-47ab-4897-a0c7-74ce290224de
|
||||||
|
mode: restart
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id:
|
entity_id:
|
||||||
- sensor.ccostanhomeassistantconfig_state
|
- sensor.ccostan_home_assistantconfig_state
|
||||||
to: 'failed'
|
to: 'failed'
|
||||||
for:
|
for:
|
||||||
hours: 2
|
hours: 2
|
||||||
|
|
||||||
action:
|
action:
|
||||||
- service: script.notify_engine
|
- service: script.notify_engine
|
||||||
data_template:
|
data_template:
|
||||||
|
|
|
@ -61,7 +61,7 @@ uv_mate_key: 933ecdfb-BurnBabyBurn-8237j2d
|
||||||
uv_mate_resource: https://uvimate.herokuapp.com/api/getUVI/82.6341/-83.0211
|
uv_mate_resource: https://uvimate.herokuapp.com/api/getUVI/82.6341/-83.0211
|
||||||
skybell_username: user@email.com
|
skybell_username: user@email.com
|
||||||
skybell_password: password
|
skybell_password: password
|
||||||
travis_api: THISisTheMostSecureAPIKeyEva
|
travisci_api: THISisTheMostSecureAPIKeyEva
|
||||||
twitter_consumer_key: LotsOfNumbers
|
twitter_consumer_key: LotsOfNumbers
|
||||||
twitter_consumer_secret: LotsOfLetters
|
twitter_consumer_secret: LotsOfLetters
|
||||||
twitter_access_token: Access-to-BearStoneHA
|
twitter_access_token: Access-to-BearStoneHA
|
||||||
|
|
Loading…
Reference in New Issue