mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 23:36:42 +00:00
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:
@@ -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 }}"
|
||||
|
Reference in New Issue
Block a user