REMOVE MORE OF TRAVIS FROM THE REPO - #947
This commit is contained in:
parent
33fadbac65
commit
d43131c3dd
|
@ -1 +1 @@
|
||||||
2021.7.3
|
2021.7.4
|
|
@ -52,7 +52,7 @@ This is the main directory of the Repo. You will find more helpful ReadMe files
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
**All of my configuration files are tested against the most stable version of home-assistant using [Travis](https://travis-ci.org/CCOSTAN/Home-AssistantConfig).**
|
**All of my configuration files are tested against the most stable version of home-assistant.**
|
||||||
|
|
||||||
<a name="bottom" href="https://github.com/CCOSTAN/Home-AssistantConfig#logo"><img align="right" border="0" src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/up_arrow.png" width="25" ></a>
|
<a name="bottom" href="https://github.com/CCOSTAN/Home-AssistantConfig#logo"><img align="right" border="0" src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/up_arrow.png" width="25" ></a>
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ You can definately read more about my voice implimentations in my blog posts (li
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
**All of my configuration files are tested against the most stable version of home-assistant using [Travis](https://travis-ci.org/CCOSTAN/Home-AssistantConfig).**
|
**All of my configuration files are tested against the most stable version of home-assistant.**
|
||||||
|
|
||||||
<a name="bottom" href="https://github.com/CCOSTAN/Home-AssistantConfig#logo"><img align="right" border="0" src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/up_arrow.png" width="25" ></a>
|
<a name="bottom" href="https://github.com/CCOSTAN/Home-AssistantConfig#logo"><img align="right" border="0" src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/up_arrow.png" width="25" ></a>
|
||||||
|
|
||||||
|
|
|
@ -6,12 +6,12 @@
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
sensor:
|
# sensor:
|
||||||
- platform: travisci
|
# - platform: travisci
|
||||||
api_key: !secret travisci_api
|
# api_key: !secret travisci_api
|
||||||
scan_interval: 2400
|
# scan_interval: 2400
|
||||||
monitored_conditions:
|
# monitored_conditions:
|
||||||
- state
|
# - state
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
@ -28,30 +28,30 @@ rest_command:
|
||||||
#Tweets pushed out to twitter.
|
#Tweets pushed out to twitter.
|
||||||
|
|
||||||
automation:
|
automation:
|
||||||
- alias: "Travis FAILURE Notification"
|
# - alias: "Travis FAILURE Notification"
|
||||||
id: 326881a7-47ab-4897-a0c7-74ce290224de
|
# id: 326881a7-47ab-4897-a0c7-74ce290224de
|
||||||
mode: restart
|
# mode: restart
|
||||||
|
#
|
||||||
trigger:
|
# trigger:
|
||||||
- platform: state
|
# - platform: state
|
||||||
entity_id:
|
# entity_id:
|
||||||
- sensor.ccostan_home_assistantconfig_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:
|
# data:
|
||||||
value1: 'Travis validation testing failed.'
|
# value1: 'Travis validation testing failed.'
|
||||||
who: 'carlo'
|
# who: 'carlo'
|
||||||
apns: 'information'
|
# apns: 'information'
|
||||||
|
#
|
||||||
- service: persistent_notification.create
|
# - service: persistent_notification.create
|
||||||
data:
|
# data:
|
||||||
title: "Travis-CI FAILURE"
|
# title: "Travis-CI FAILURE"
|
||||||
message: "Travis validation testing failed."
|
# message: "Travis validation testing failed."
|
||||||
notification_id: "travis_failed"
|
# notification_id: "travis_failed"
|
||||||
|
|
||||||
- alias: 'Closed Github Issue'
|
- alias: 'Closed Github Issue'
|
||||||
id: cccd9bef-17d9-48ae-87e3-6cf883712779
|
id: cccd9bef-17d9-48ae-87e3-6cf883712779
|
||||||
|
|
|
@ -104,7 +104,7 @@ tweet_engine_random:
|
||||||
"{{ states.sensor.lines_of_code.state }} lines of Home Assistant configuration code has been running for {{ states('sensor.ha_uptime') }}. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
"{{ states.sensor.lines_of_code.state }} lines of Home Assistant configuration code has been running for {{ states('sensor.ha_uptime') }}. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
||||||
"The Github code (https://github.com/CCOSTAN/Home-AssistantConfig#logo) has {{ states.sensor.github_stats.attributes.stargazers_count}} stars and counting. Currently with {{ states.sensor.github_stats.attributes.open_issues }} open #Todo items.",
|
"The Github code (https://github.com/CCOSTAN/Home-AssistantConfig#logo) has {{ states.sensor.github_stats.attributes.stargazers_count}} stars and counting. Currently with {{ states.sensor.github_stats.attributes.open_issues }} open #Todo items.",
|
||||||
"Bear Stone Smart home currently runs on {{ states.sensor.lines_of_code.state }} lines of YAML code. Check it all out at (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
"Bear Stone Smart home currently runs on {{ states.sensor.lines_of_code.state }} lines of YAML code. Check it all out at (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
||||||
"My Home Assistant has {{ states.sensor.lines_of_code.state }} lines of YAML code tested by Travis-CI. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
"My Home Assistant has {{ states.sensor.lines_of_code.state }} lines of YAML code. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
||||||
"{{((states.sensor.sensor_count.state | int) + (states.sensor.binary_sensor_count.state | int))}} sensors feed my Smart Home #data. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
"{{((states.sensor.sensor_count.state | int) + (states.sensor.binary_sensor_count.state | int))}} sensors feed my Smart Home #data. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
||||||
"{{states.sensor.automation_count.state}} automations and {{states.sensor.script_count.state}} scripts make my home smart (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
"{{states.sensor.automation_count.state}} automations and {{states.sensor.script_count.state}} scripts make my home smart (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
||||||
"Nevermind me. I am just keeping track of {{states.sensor.lights_count.state}} lights and {{states.sensor.tracker_count.state}} devices in the house. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
"Nevermind me. I am just keeping track of {{states.sensor.lights_count.state}} lights and {{states.sensor.tracker_count.state}} devices in the house. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
||||||
|
|
|
@ -65,7 +65,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
|
||||||
travisci_api: THISisreallyAGitHubAPIToken
|
#travisci_api: THISisreallyAGitHubAPIToken
|
||||||
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