Fixing Various things.
This commit is contained in:
parent
7260e51186
commit
b18bded94a
|
@ -41,8 +41,7 @@
|
||||||
{% if states.group.bed.state == 'off' %}
|
{% if states.group.bed.state == 'off' %}
|
||||||
media_player.livingroomCC
|
media_player.livingroomCC
|
||||||
{% else %}
|
{% else %}
|
||||||
- media_player.alarm_clock
|
media_player.alarm_clock, media_player.bedroom_alarm_panel
|
||||||
- media_player.bedroom_alarm_panel
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
media_content_id: >
|
media_content_id: >
|
||||||
{% if now().strftime("%M")|int == 30 %}
|
{% if now().strftime("%M")|int == 30 %}
|
||||||
|
|
|
@ -65,6 +65,6 @@ automation:
|
||||||
tweet: >
|
tweet: >
|
||||||
{{ [
|
{{ [
|
||||||
"Somebody just hit {{ states('sensor.steps') }} steps on the #Fitbit!",
|
"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"
|
"#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"}}
|
||||||
|
|
Loading…
Reference in New Issue