Google's decision to retire the Works with Nest platform without an immediate replacement raised eyebrows and concerns amongst the community. This move rendered the Nest integration in Home Assistant ineffective for those without an existing Works with Nest developer account.
Thanks for featuring my video on the blog! I also made another video on node-red following zoom-microwave’s reddit article
Thanks for the videos, I have used your NodeRed solution until Home Assistant made the integration available. It now does the same in a supported way using an automation like the one I set up with a separate datetime titled picture for each person event:
alias: Person Picture
description: ”
trigger:
– platform: device
device_id:
domain: nest
type: camera_person
condition: []
action:
– service: camera.snapshot
data:
entity_id: camera.frontdoor
filename: >-
/config/www/person/{{now().strftime(‘%Y, %-d %B –
%Hu%Mm%Ss’)}}.jpg
entity_id: camera.frontdoor
mode: single