This commit is contained in:
ccostan 2020-07-21 13:08:16 -04:00
parent a12b2f8d80
commit 047bfbface
2 changed files with 5 additions and 4 deletions

View File

@ -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:

View File

@ -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