mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-21 04:33:38 +00:00
ok.. Pictures in IOS notifications are working! #357
This commit is contained in:
@@ -69,8 +69,8 @@ automation:
|
||||
entity_id:
|
||||
- binary_sensor.skybell_stone_door_button
|
||||
to: 'on'
|
||||
# - platform: event
|
||||
# event_type: skybell_pressed
|
||||
- platform: event
|
||||
event_type: skybell_pressed
|
||||
|
||||
condition:
|
||||
- condition: template
|
||||
|
@@ -43,8 +43,8 @@ notify_engine:
|
||||
attachment:
|
||||
content-type: "{{ content_type }}"
|
||||
hide-thumbnail: false
|
||||
push:
|
||||
sound: "{{ ios_sound }}"
|
||||
badge: "{{ ios_badge }}"
|
||||
category: "{{ ios_category }}"
|
||||
push:
|
||||
sound: "{{ ios_sound }}"
|
||||
badge: "{{ ios_badge }}"
|
||||
category: "{{ ios_category }}"
|
||||
entity_id: "{{ camera_entity }}"
|
||||
|
@@ -22,9 +22,9 @@ skybell_pressed:
|
||||
title: 'Front DoorBell'
|
||||
value1: 'Someone pressed the doorbell'
|
||||
who: 'family'
|
||||
category: 'camera'
|
||||
ios_category: 'camera'
|
||||
camera_entity: 'camera.stone_door'
|
||||
content-type: 'jpeg'
|
||||
content_type: 'jpeg'
|
||||
|
||||
- service: script.flash_notify
|
||||
|
||||
|
Reference in New Issue
Block a user