mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 15:26:58 +00:00
Updated with some new Tweet Logic and easier names - #720 - YouTube Sensors as well.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
|
||||
- service: script.emergency
|
||||
|
||||
- service: script.tweet_engine
|
||||
- service: script.tweet_engine_no_image
|
||||
data_template:
|
||||
tweet: >
|
||||
{% set windspeed = states.sensor.dark_sky_wind_speed.state | round %}
|
||||
|
@@ -15,7 +15,7 @@
|
||||
data_template:
|
||||
NewDevice: "There has been a new device detected on the network. Be sure to appropriately catagorize {{trigger.event.data.host_name}} within Circle."
|
||||
|
||||
- service: script.tweet_engine
|
||||
- service: script.tweet_engine_no_image
|
||||
data_template:
|
||||
tweet: >
|
||||
{{ [
|
||||
|
@@ -28,7 +28,7 @@
|
||||
- service: ifttt.trigger
|
||||
data_template: {"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
|
||||
- service: script.tweet_engine_no_image
|
||||
data_template:
|
||||
tweet: >
|
||||
{{ [
|
||||
|
@@ -20,7 +20,7 @@
|
||||
who: 'carlo'
|
||||
apns_id: 'ip-change'
|
||||
|
||||
- service: script.tweet_engine
|
||||
- service: script.tweet_engine_no_image
|
||||
data_template:
|
||||
tweet: >
|
||||
{{ [
|
||||
|
Reference in New Issue
Block a user