Testing out passing script variables instead of input booleans.

This commit is contained in:
CCOSTAN
2017-05-03 20:05:55 +00:00
parent 20b0eb0dcc
commit c99c5bab73
3 changed files with 11 additions and 6 deletions

View File

@@ -6,7 +6,8 @@
# value1: 'Startup: Home Assistant is Up and Running!'
# OR
# value1: "{{ trigger.to_state.state }}"
# # @CCOSTAN
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
######################################################################################################
voice_notify:
@@ -48,7 +49,6 @@ voice_notify:
state: 'on'
- service: switch.turn_on
entity_id: switch.living_room_amp
# - delay: '00:00:05'
- service: media_player.turn_on
entity_id: media_player.livingroomCC
@@ -165,12 +165,15 @@ voice_notify:
{%- endmacro -%}
{# ********************************************* #}
{# ******** Start the Speech routines ******* #}
{# #}
{# ********************************************* #}
{# *********** Start the Speech routines ******* #}
{{ personarriving }}
{{ personarriving }} {# Called from Annoucenments #}
{{ NestStatus}}
{% if is_state('input_boolean.inside_weather', 'on') %}
{{ NestStatus}} {# Called from Nest when thermostats turn on #}
{% if is_state('input_boolean.inside_weather', 'on') or call_inside_weather == 1 %}
{{inside_weather()}}
{%endif%}
{% if is_state('input_boolean.outside_weather', 'on') %}