mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-15 10:04:35 +00:00
Fixing Various things.
This commit is contained in:
@@ -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"}}
|
||||||
|
Reference in New Issue
Block a user