mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
Closes #881 - Obsolete Service_TEMPLATE and Data_TEMPLATE
This commit is contained in:
@@ -242,7 +242,7 @@ automation:
|
||||
data:
|
||||
entity_id: climate.downstairs
|
||||
- service: script.speech_engine
|
||||
data_template:
|
||||
data:
|
||||
value1: >
|
||||
{{ [
|
||||
"The {{ trigger.to_state.attributes.friendly_name }} has been opened for about 5 minutes. I will shut down the Air Conditioner so you can enjoy the fresh air.",
|
||||
@@ -326,7 +326,7 @@ automation:
|
||||
- service: scene.turn_on
|
||||
entity_id: scene.tv_time
|
||||
|
||||
# - service_template: >-
|
||||
# - service: >-
|
||||
# {% if states.group.entry_points.state == 'on' or states.group.garage_doors.state != 'closed' -%}
|
||||
# light.turn_on
|
||||
# entity_id:
|
||||
@@ -353,7 +353,7 @@ automation:
|
||||
|
||||
action:
|
||||
- service: script.notify_engine
|
||||
data_template:
|
||||
data:
|
||||
value1: 'Someone has opened up the Alarm Panel Door!'
|
||||
who: 'carlo'
|
||||
apns_id: 'information'
|
||||
|
Reference in New Issue
Block a user