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"}}