New Video : Local Control - https://youtu.be/2j3iQTZXZyg
This commit is contained in:
parent
be1784ae0c
commit
f5f540cef3
|
@ -1 +1 @@
|
|||
2021.11.0
|
||||
2021.11.2
|
|
@ -16,7 +16,6 @@
|
|||
data:
|
||||
tweet: >-
|
||||
{{ [
|
||||
"While they sleep, I self heal the #Z-Wave network with #Wink. (https://github.com/CCOSTAN/Home-AssistantConfig#hubs)",
|
||||
"2:30am, Time to restart the #Amazon Alarm Panels for a fresh start in the morning. (https://www.vcloudinfo.com/2017/08/project-update-visualization-of-home.html)",
|
||||
"Restarting the #Amazon Fire Tablets nightly to clear memory issues or any other bugs (https://www.vcloudinfo.com/2017/07/visualizing-smart-home-using-home.html)",
|
||||
"Nightly #Z-WAVE Self heals keep all the gear in check! (https://github.com/CCOSTAN/Home-AssistantConfig#hubs)",
|
||||
|
|
|
@ -1,32 +0,0 @@
|
|||
- alias: "Wink Update Available Notification"
|
||||
id: 4f1d06f4-e051-4bbb-9d7f-4f2023c75ecd
|
||||
|
||||
trigger:
|
||||
platform: template
|
||||
value_template: "{{ is_state_attr('binary_sensor.carlowink', 'update needed', True) }} != False }}"
|
||||
|
||||
action:
|
||||
- service: script.notify_engine
|
||||
data:
|
||||
value1: 'Check the Wink Hub. Update is needed.'
|
||||
value2: "{{ states.binary_sensor.carlowink.attributes }}"
|
||||
value3: ''
|
||||
who: 'carlo'
|
||||
|
||||
- service: notify.html5
|
||||
data:
|
||||
title: "Wink Update Available"
|
||||
message: "Wink Update is available. - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }}"
|
||||
data:
|
||||
url: "https://home-assistant.io/getting-started/installation-raspberry-pi-all-in-one/#upgrading"
|
||||
|
||||
- service: ifttt.trigger
|
||||
data: {"event":"GitPost", "value1":"Wink Update is available. - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }}", "value2":"{{ states.binary_sensor.carlowink.attributes }}"}
|
||||
|
||||
- service: script.tweet_engine_no_image
|
||||
data:
|
||||
tweet: >
|
||||
{{ [
|
||||
"Check @TheWinkApp Hub @CCostan. Update is needed. {{ states.binary_sensor.carlowink.attributes }}",
|
||||
"New update from @TheWinkApp. Hop to it @CCostan"
|
||||
] | random + "(https://amzn.to/2orGEWo)"}}
|
|
@ -302,6 +302,9 @@ tweet_youtube_engine_setup:
|
|||
],
|
||||
"SnapPower": [
|
||||
"Replace your Nightlights with SnapPower Outlets (https://youtu.be/GDIo0SNhaFU)"
|
||||
],
|
||||
"LocalControl": [
|
||||
"Why do we want Local Control for our IOT devices? (https://youtu.be/2j3iQTZXZyg)"
|
||||
]
|
||||
} %}
|
||||
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03", "Logger", "SolarPalmLight", "5TipsToLevelUp", "AlexaMusicCommands",
|
||||
"SolarFountainOKMEE", "NoCloudGaradget", "AlexaGuardMediaPlayer", "LightningSensor", "LEDBackboard", "CuckooClock", "NodeAnchors", "yahoostocks",
|
||||
"AugustBatteries", "Remote_Finder", "VideoProjectionMappingDemo", "FeedTheDog", "AlexaGiftNotifications","iPhoneDuplicates", "NotifyScript", "WeightLossJourney",
|
||||
"SnapPower"
|
||||
"SnapPower", "LocalControl"
|
||||
] %}
|
||||
{{ pick|random }}
|
||||
|
|
|
@ -59,8 +59,6 @@ myusps_username: username
|
|||
myusps_password: password
|
||||
upsmychoice_username: username
|
||||
upsmychoice_password: password
|
||||
wink_username: user@email.com
|
||||
wink_password: password
|
||||
uv_mate_key: 933ecdfb-BurnBabyBurn-8237j2d
|
||||
uv_mate_resource: https://uvimate.herokuapp.com/api/getUVI/82.6341/-83.0211
|
||||
skybell_username: user@email.com
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
Loading…
Reference in New Issue