Adding more and more Value from @3vasi0n89 REPO. Adding in Camera images to my IOS notifications. DoorBell and Garage Door.

This commit is contained in:
ccostan
2019-03-16 17:36:18 -04:00
parent 486dda8c45
commit bcf71aef69
5 changed files with 55 additions and 41 deletions

View File

@@ -28,10 +28,19 @@ notify_engine:
notify.ios_carloxsmax
{% elif who == 'parents' %}
notify.ios_parents
{% elif who == 'family' %}
notify.ios_family
{% else %}
notify.ios_family
{% endif %}
data_template:
title: "{{ title }}"
message: "{{ value1 }} {{ value2 }} {{ value3 }}"
data:
subtitle: "Home Assistant Notify"
attachment:
content-type: "{{ content_type }}"
push:
sound: "{{ ios_sound }}"
badge: "{{ ios_badge }}"
category: "{{ ios_category }}"
entity_id: "{{ camera_entity }}"