From 7e4c691ae7f14dcf4d3aa562d341f3b82271a0d6 Mon Sep 17 00:00:00 2001 From: ccostan Date: Tue, 2 Jan 2018 12:31:15 -0500 Subject: [PATCH] Fixed landscaping light stats. --- packages/twitter.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/twitter.yaml b/packages/twitter.yaml index e8901e3b..04ab1d41 100755 --- a/packages/twitter.yaml +++ b/packages/twitter.yaml @@ -125,8 +125,8 @@ automation: data_template: tweet: > {{ [ - "The number of Doorbell presses today was {{states.sensor.doorbell_presses.state}}", - "The #Landscaping lights where on for about {{states.sensor.landscaping_lights_time.state}} yesterday.", + "The number of Doorbell presses yesterday was {{states.sensor.doorbell_presses.state}}", + "The #Landscaping lights where on for about {{states.sensor.landscaping_light_time.attributes.value}} yesterday.", "So far, I have prevented {{states.sensor.pihole_ads_blocked_today.state}} ads from hitting the network via Pi-hole! http://www.pi-hole.net", "{{states.sensor.doorbell_presses.state}} people came to the door today and pressed the bell.", "The Pi has been running for {{states.sensor.since_last_boot_templated.state}}",