Fixing Various things.

This commit is contained in:
ccostan 2018-01-29 16:33:07 -05:00
parent 7260e51186
commit b18bded94a
2 changed files with 3 additions and 4 deletions

View File

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

View File

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