From b18bded94a6e4af27dcf3fe74aecda675678d32b Mon Sep 17 00:00:00 2001 From: ccostan Date: Mon, 29 Jan 2018 16:33:07 -0500 Subject: [PATCH] Fixing Various things. --- automation/System/CucKoo_Clock.yaml | 3 +-- packages/fitbit.yaml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/automation/System/CucKoo_Clock.yaml b/automation/System/CucKoo_Clock.yaml index 313d4f42..5ae75f98 100755 --- a/automation/System/CucKoo_Clock.yaml +++ b/automation/System/CucKoo_Clock.yaml @@ -41,8 +41,7 @@ {% if states.group.bed.state == 'off' %} media_player.livingroomCC {% else %} - - media_player.alarm_clock - - media_player.bedroom_alarm_panel + media_player.alarm_clock, media_player.bedroom_alarm_panel {% endif %} media_content_id: > {% if now().strftime("%M")|int == 30 %} diff --git a/packages/fitbit.yaml b/packages/fitbit.yaml index fb9e91be..dbe58447 100755 --- a/packages/fitbit.yaml +++ b/packages/fitbit.yaml @@ -65,6 +65,6 @@ automation: tweet: > {{ [ "Somebody just hit {{ states('sensor.steps') }} steps on the #Fitbit!", - "Keep on moving. Somebody just hit {{ states('sensor.steps') }} steps.", + "Keep on moving. Somebody just hit {{ states('sensor.steps') }} #Fitbit steps.", "#Fitness Tracking at home BY the home. Somebody just hit {{ states('sensor.steps') }} steps" - ] | random + " Battery Level:{{ states('sensor.one_battery') }} #Fitness #Self #Data"}} + ] | random + " Battery Level:{{ states('sensor.one_battery') }} #Self #Data"}}