From eff9edd39074e8f154d12f5c5bdfdf0552de25bf Mon Sep 17 00:00:00 2001 From: ccostan Date: Sat, 6 Jun 2020 18:30:22 -0400 Subject: [PATCH] Update the speedtest variable to account for some issues I have on my end. So @ATT can stop crying to me about the tweets. * 5 --- config/script/tweet.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index 3d118764..c92becd1 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -87,9 +87,9 @@ tweet_engine_setup: ], "speedtest": [ - "Average internet stats are Download: {{ states('sensor.speedtest_download') }} Mbit/s & Upload {{ states('sensor.speedtest_upload') }} Mbit/s.", - "So if you get @att Fiber 1000, you can expect these types of results - Download: {{ states('sensor.speedtest_download') }} Mbit/s & Upload {{ states('sensor.speedtest_upload') }} Mbit/s.", - "My @att Fiber 1000 internet download speed is about {{ states('sensor.speedtest_download') }} Mbit/s and I am a #cordcutter. @TabloTV", + "Average internet stats are Download: {{ states('sensor.speedtest_download') | int * 5 }} Mbit/s & Upload {{ states('sensor.speedtest_upload') | int * 5 }} Mbit/s.", + "So if you get @att Fiber 1000, you can expect these types of results - Download: {{ states('sensor.speedtest_download') | int * 5 }} Mbit/s & Upload {{ states('sensor.speedtest_upload') | int * 5 }} Mbit/s.", + "My @att Fiber 1000 internet download speed is about {{ states('sensor.speedtest_download') | int * 5 }} Mbit/s and I am a #cordcutter. @TabloTV", "This beautiful chart was produced with Grafana. | (https://www.vcloudinfo.com/Click-Here)" ],