ok.. Pictures in IOS notifications are working! #357

This commit is contained in:
ccostan 2019-03-16 18:57:17 -04:00
parent 48aea3b187
commit b5d5a42a6d
3 changed files with 8 additions and 8 deletions

View File

@ -69,8 +69,8 @@ automation:
entity_id: entity_id:
- binary_sensor.skybell_stone_door_button - binary_sensor.skybell_stone_door_button
to: 'on' to: 'on'
# - platform: event - platform: event
# event_type: skybell_pressed event_type: skybell_pressed
condition: condition:
- condition: template - condition: template

View File

@ -43,8 +43,8 @@ notify_engine:
attachment: attachment:
content-type: "{{ content_type }}" content-type: "{{ content_type }}"
hide-thumbnail: false hide-thumbnail: false
push: push:
sound: "{{ ios_sound }}" sound: "{{ ios_sound }}"
badge: "{{ ios_badge }}" badge: "{{ ios_badge }}"
category: "{{ ios_category }}" category: "{{ ios_category }}"
entity_id: "{{ camera_entity }}" entity_id: "{{ camera_entity }}"

View File

@ -22,9 +22,9 @@ skybell_pressed:
title: 'Front DoorBell' title: 'Front DoorBell'
value1: 'Someone pressed the doorbell' value1: 'Someone pressed the doorbell'
who: 'family' who: 'family'
category: 'camera' ios_category: 'camera'
camera_entity: 'camera.stone_door' camera_entity: 'camera.stone_door'
content-type: 'jpeg' content_type: 'jpeg'
- service: script.flash_notify - service: script.flash_notify