mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
More and more troubleshooting
This commit is contained in:
@@ -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"}}
|
||||
|
Reference in New Issue
Block a user