The notification on my TV no longer displays the jpg like it used to. There have been no changes to the automations. I have the most recent (2021.12.3) HA. The text displays fine, the automation creates a valid image, and I can access it via Samba. Any ideas?
Here’s the code:
alias: Front Door - Nest - Person
description: Display a photo and a message on the TV when someone is on the front porch
trigger:
- platform: device
device_id: e4af7bc214517d8ff68fd166f55b5861
domain: nest
type: camera_person
condition:
- condition: state
entity_id: media_player.sony_bravia_tv
state: playing
action:
- service: camera.snapshot
data:
filename: /config/tmp/person_at_front_door.jpg
target:
entity_id: camera.front_door
- service: notify.sony_livingroom
data:
message: Someone is on the front porch.
title: Front Door
data:
duration: 10
font_size: large
position: top-right
color: grey
transparency: 25%
file:
path: /config/tmp/person_at_front_door.jpg
mode: single