SebiLetPlay
SebiLetPlay
HHASS.Agent
Created by foxed on 1/18/2024 in #💬・get-help
Adding image from Nest Doorbell to Notification
That just enables me to do line-breaks in the script :D
55 replies
HHASS.Agent
Created by foxed on 1/18/2024 in #💬・get-help
Adding image from Nest Doorbell to Notification
Hey there, just throwing in this as an alternative to the camera proxy:
alias: "[SENSOR] (Eingang) Klingel"
description: ""
trigger:
- platform: device
device_id: d9eb10d825a17353d9fc7bc2db6241d1
domain: nest
type: doorbell_chime
condition: []
action:
- service: notify.pc
data:
title: Es hat geklingelt
message: Jemand ist an der Haustüre
data:
image: >-
/api/nest/event_media/{{
trigger.event.data.device_id }}/{{
trigger.event.data.nest_event_id }}/thumbnail

mode: single
alias: "[SENSOR] (Eingang) Klingel"
description: ""
trigger:
- platform: device
device_id: d9eb10d825a17353d9fc7bc2db6241d1
domain: nest
type: doorbell_chime
condition: []
action:
- service: notify.pc
data:
title: Es hat geklingelt
message: Jemand ist an der Haustüre
data:
image: >-
/api/nest/event_media/{{
trigger.event.data.device_id }}/{{
trigger.event.data.nest_event_id }}/thumbnail

mode: single
This uses the gif generated by the Google Nest Integration
55 replies
HHASS.Agent
Created by SebiLetPlay on 12/16/2023 in #💬・get-help
Problem installing Windows App Runtime
Sounds like a Microsoft Classic™. But works fine now. Thanks for the quick help :D
7 replies