foxed
foxed
HHASS.Agent
Created by foxed on 1/18/2024 in #💬・get-help
Adding image from Nest Doorbell to Notification
Hey folks, Thanks for running this Discord, help for dummies like me is always appreciated! I've got HASS Agent all setup, and I'm able to send notifications when my doorbell goes to my Windows desktop. All that works beautifully. I like the fancy option of adding an image and I've been trying to get it working without muck luck and I'm wondering if someone can point me in the right direction. The following is what I've got in the action thus far:
alias: DoorbellNotify
description: ""
trigger:
- platform: device
device_id: 89b25da6b5<redacted>35a4cff4
domain: nest
type: doorbell_chime
condition: []
action:
- service: notify.goliath
data:
message: Someones at the door!
title: Ding Dong
data:
image: /api/camera_proxy/camera.front_door
duration: 30
mode: single
alias: DoorbellNotify
description: ""
trigger:
- platform: device
device_id: 89b25da6b5<redacted>35a4cff4
domain: nest
type: doorbell_chime
condition: []
action:
- service: notify.goliath
data:
message: Someones at the door!
title: Ding Dong
data:
image: /api/camera_proxy/camera.front_door
duration: 30
mode: single
Hope someone can offer some advice 🙂
55 replies