diff --git a/automation/Speech/garadget_Wind_Speed_Check.yaml b/automation/Speech/garadget_Wind_Speed_Check.yaml index 63c76ec4..a9cb3b99 100755 --- a/automation/Speech/garadget_Wind_Speed_Check.yaml +++ b/automation/Speech/garadget_Wind_Speed_Check.yaml @@ -3,7 +3,7 @@ ################################### - alias: 'Wind Speed Garage Door Check' - hide_entity: True +# hide_entity: True trigger: - platform: numeric_state entity_id: sensor.dark_sky_wind_speed diff --git a/packages/fitbit.yaml b/packages/fitbit.yaml index 49e2542c..e5a70ed1 100755 --- a/packages/fitbit.yaml +++ b/packages/fitbit.yaml @@ -8,7 +8,7 @@ # "*.*_sleep_hours": # unit_of_measurement: hours # icon: mdi:sleep -# +# # hidden: False #------------------------------------------- sensor: @@ -62,3 +62,12 @@ automation: "Keep on moving. Somebody just hit {{ states('sensor.steps') }} steps.", "#Fitness Tracking at home BY the home. Somebody just hit {{ states('sensor.steps') }} steps" ] | random + " Battery Level:{{ states('sensor.one_battery') }} #Self #Data"}} + + - service: script.speech_engine + data_template: + value1: > + {{ [ + "Somebody just hit {{ states('sensor.steps') }} steps on the #Fitbit!", + "Keep on moving. Somebody just hit {{ states('sensor.steps') }} steps.", + "#Fitness Tracking at home BY the home. Somebody just hit {{ states('sensor.steps') }} steps" + ] | random + " Battery Level:{{ states('sensor.one_battery') }} #Self #Data"}} diff --git a/script/tweet.yaml b/script/tweet.yaml index 18401f67..e5ae1f86 100755 --- a/script/tweet.yaml +++ b/script/tweet.yaml @@ -9,13 +9,18 @@ tweet_engine: - service: mqtt.publish data_template: topic: 'ifttt/message' - payload: "{{ tweet }}" + payload: >- + {{ tweet }} retain: true - # - service: notify.BearStoneHA - # data_template: - # message: >- - # {{ tweet }} #IOT #SmartHome + - service: notify.BearStoneHA + data_template: + message: >- + {{ tweet }} #IOT #SmartHome + + - service: ifttt.trigger + data_template: {"event":"facebook_tweet", "value1":"{{ tweet }}", "value2":"{{ value2 }}", "value3":"{{ value3 }}"} + # # - service: ifttt.trigger # data_template: