Changed all references to VMwareInfo.com to vCloudInfo.com and also HTTP to HTTPS.

This commit is contained in:
ccostan
2019-10-10 00:39:10 -04:00
parent 01dd590e4f
commit 1347efa414
13 changed files with 24 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
#-------------------------------------------
# Fire Tablet Alarm Panel -
# http://www.vmwareinfo.com/2017/07/visualizing-smart-home-using-home.html
# https://www.vcloudinfo.com/2017/07/visualizing-smart-home-using-home.html
#-------------------------------------------
#
# homeassistant:

View File

@@ -1,6 +1,6 @@
#-------------------------------------------
# Global Fire Tablet settings -
# http://www.vmwareinfo.com/2017/07/visualizing-smart-home-using-home.html
# https://www.vcloudinfo.com/2017/07/visualizing-smart-home-using-home.html
#-------------------------------------------
# We block the auto adjust brightness routines for the tablets.
# Use ALARM and Floorplan for the security system.

View File

@@ -48,7 +48,7 @@ sensor:
# Sensor Uses Flag data from this calendar - http://www.webcal.fi/en-US/flag_days.php
################################################################################
- platform: rest
resource: http://www.webcal.fi/cal.php?id=335&format=json&start_year=current_year&end_year=current_year&tz=America%2FNew_York
resource: https://www.webcal.fi/cal.php?id=335&format=json&start_year=current_year&end_year=current_year&tz=America%2FNew_York
name: Flag
scan_interval: 14400
value_template: >-
@@ -130,8 +130,8 @@ automation:
"Just checked with Alexa & today is {{ states.sensor.holiday.state }}."
] | random + [
" #DayOff",
"(http://www.vmwareinfo.com/2017/07/my-smart-home-look-at-parts-that-make.html)",
"(http://www.vmwareinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html)",
"(https://www.vmwareinfo.com/2017/07/my-smart-home-look-at-parts-that-make.html)",
"(https://www.vmwareinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html)",
"https://www.vcloudinfo.com/2019/02/everyday-holiday-smart-lights-valentines-day-edition.html)",
"#{{ states.sensor.holiday.state }}"
] | random }}

View File

@@ -2,7 +2,7 @@
# Nest Protect Package
# @CCOSTAN
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# - Write up- http://www.vmwareinfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html
# - Write up- https://www.vcloudinfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html
######################################################################################################
#-----------------------------------
homeassistant:
@@ -122,7 +122,7 @@ automation:
- service: script.tweet_engine
data_template:
tweet: "An emergency has been detected on {{ trigger.to_state.attributes.friendly_name }} @CCostan (http://www.vmwareinfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html)"
tweet: "An emergency has been detected on {{ trigger.to_state.attributes.friendly_name }} @CCostan (https://www.vcloudinfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html)"
- alias: Nest Protect Offline Notify
hide_entity: true
@@ -155,4 +155,4 @@ automation:
- service: script.tweet_engine
data:
tweet: "Oh NO! {{ trigger.to_state.attributes.friendly_name }} is now in {{ (trigger.to_state.state)|replace('_', ' ') }} mode. @Nest. (http://www.vmwareinfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html) #Safety"
tweet: "Oh NO! {{ trigger.to_state.attributes.friendly_name }} is now in {{ (trigger.to_state.state)|replace('_', ' ') }} mode. @Nest. (https://www.vcloudinfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html) #Safety"