mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-18 19:26:57 +00:00
Testing out passing script variables instead of input booleans.
This commit is contained in:
@@ -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') %}
|
||||
|
Reference in New Issue
Block a user