Some minor spelling and tweet updates!

This commit is contained in:
ccostan 2018-02-09 14:19:14 -05:00
parent 95a462e860
commit fb37571b80
2 changed files with 2 additions and 1 deletions

View File

@ -12,3 +12,4 @@ group:
- binary_sensor.bedroom_plugged
- binary_sensor.clock_motion
- binary_sensor.clock_plugged
- switch.bedroom_restart

View File

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