diff --git a/packages/fire_tablet.yaml b/packages/fire_tablet.yaml
index 073b6609..91f9d8b4 100755
--- a/packages/fire_tablet.yaml
+++ b/packages/fire_tablet.yaml
@@ -12,3 +12,4 @@ group:
       - binary_sensor.bedroom_plugged
       - binary_sensor.clock_motion
       - binary_sensor.clock_plugged
+      - switch.bedroom_restart
diff --git a/packages/fitbit.yaml b/packages/fitbit.yaml
index dbe58447..a0339823 100755
--- a/packages/fitbit.yaml
+++ b/packages/fitbit.yaml
@@ -66,5 +66,5 @@ automation:
             {{ [
             "Somebody just hit {{ states('sensor.steps') }} steps on the #Fitbit!",
             "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"
+            "#Fitness Tracking at home BY the home. Somebody just hit {{ states('sensor.steps') }} #Fitbit steps"
             ] | random + " Battery Level:{{ states('sensor.one_battery') }} #Self #Data"}}