More and more troubleshooting

This commit is contained in:
ccostan
2018-01-12 13:33:07 -05:00
parent fb32a708c9
commit 118b87e480
3 changed files with 21 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
# "*.*_sleep_hours":
# unit_of_measurement: hours
# icon: mdi:sleep
#
#
# hidden: False
#-------------------------------------------
sensor:
@@ -62,3 +62,12 @@ automation:
"Keep on moving. Somebody just hit {{ states('sensor.steps') }} steps.",
"#Fitness Tracking at home BY the home. Somebody just hit {{ states('sensor.steps') }} steps"
] | random + " Battery Level:{{ states('sensor.one_battery') }} #Self #Data"}}
- service: script.speech_engine
data_template:
value1: >
{{ [
"Somebody just hit {{ states('sensor.steps') }} steps on the #Fitbit!",
"Keep on moving. Somebody just hit {{ states('sensor.steps') }} steps.",
"#Fitness Tracking at home BY the home. Somebody just hit {{ states('sensor.steps') }} steps"
] | random + " Battery Level:{{ states('sensor.one_battery') }} #Self #Data"}}