diff --git a/config/.HA_VERSION b/config/.HA_VERSION
index 7b9b298b..ddfcf482 100755
--- a/config/.HA_VERSION
+++ b/config/.HA_VERSION
@@ -1 +1 @@
-2021.7.3
\ No newline at end of file
+2021.7.4
\ No newline at end of file
diff --git a/config/README.md b/config/README.md
index f93e3bd8..a5f3e560 100755
--- a/config/README.md
+++ b/config/README.md
@@ -52,7 +52,7 @@ This is the main directory of the Repo. You will find more helpful ReadMe files
-**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.**
diff --git a/config/automation/Speech/README.md b/config/automation/Speech/README.md
index 36078d4b..a948a0b5 100755
--- a/config/automation/Speech/README.md
+++ b/config/automation/Speech/README.md
@@ -52,7 +52,7 @@ You can definately read more about my voice implimentations in my blog posts (li
- **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.**
diff --git a/config/packages/github.yaml b/config/packages/github.yaml
index 88501efb..425c8a98 100755
--- a/config/packages/github.yaml
+++ b/config/packages/github.yaml
@@ -6,12 +6,12 @@
#-------------------------------------------
#-------------------------------------------
-sensor:
- - platform: travisci
- api_key: !secret travisci_api
- scan_interval: 2400
- monitored_conditions:
- - state
+# sensor:
+# - platform: travisci
+# api_key: !secret travisci_api
+# scan_interval: 2400
+# monitored_conditions:
+# - state
#-------------------------------------------
#-------------------------------------------
@@ -28,30 +28,30 @@ rest_command:
#Tweets pushed out to twitter.
automation:
- - alias: "Travis FAILURE Notification"
- id: 326881a7-47ab-4897-a0c7-74ce290224de
- mode: restart
-
- trigger:
- - platform: state
- entity_id:
- - sensor.ccostan_home_assistantconfig_state
- to: 'failed'
- for:
- hours: 2
-
- action:
- - service: script.notify_engine
- data:
- value1: 'Travis validation testing failed.'
- who: 'carlo'
- apns: 'information'
-
- - service: persistent_notification.create
- data:
- title: "Travis-CI FAILURE"
- message: "Travis validation testing failed."
- notification_id: "travis_failed"
+ # - alias: "Travis FAILURE Notification"
+ # id: 326881a7-47ab-4897-a0c7-74ce290224de
+ # mode: restart
+ #
+ # trigger:
+ # - platform: state
+ # entity_id:
+ # - sensor.ccostan_home_assistantconfig_state
+ # to: 'failed'
+ # for:
+ # hours: 2
+ #
+ # action:
+ # - service: script.notify_engine
+ # data:
+ # value1: 'Travis validation testing failed.'
+ # who: 'carlo'
+ # apns: 'information'
+ #
+ # - service: persistent_notification.create
+ # data:
+ # title: "Travis-CI FAILURE"
+ # message: "Travis validation testing failed."
+ # notification_id: "travis_failed"
- alias: 'Closed Github Issue'
id: cccd9bef-17d9-48ae-87e3-6cf883712779
@@ -154,7 +154,7 @@ automation:
" Upgrade or I turn off the AC. #TryMe #Florida",
" The bits are sooo shiny!",
" This will be the GREATEST Upgrade EVER!",
- " That New software smell is the best!",
+ " That New software smell is the best!",
" "
] | random -}}
{%- endmacro -%}
diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml
index 4e92c0ce..c27df181 100755
--- a/config/script/tweet.yaml
+++ b/config/script/tweet.yaml
@@ -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)",
"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)",
- "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.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)",
diff --git a/config/travis_secrets.yaml b/config/travis_secrets.yaml
index 79790053..1f28d42d 100755
--- a/config/travis_secrets.yaml
+++ b/config/travis_secrets.yaml
@@ -65,7 +65,7 @@ uv_mate_key: 933ecdfb-BurnBabyBurn-8237j2d
uv_mate_resource: https://uvimate.herokuapp.com/api/getUVI/82.6341/-83.0211
skybell_username: user@email.com
skybell_password: password
-travisci_api: THISisreallyAGitHubAPIToken
+#travisci_api: THISisreallyAGitHubAPIToken
twitter_consumer_key: LotsOfNumbers
twitter_consumer_secret: LotsOfLetters
twitter_access_token: Access-to-BearStoneHA