I have created an automation to send a self-recorded text to my Eufy doorbell but as far as I have seen it only works for the standard spoken texts that are in English. Voice id 1, 2 and 3 work but my own spoken texts which I would think are 4 and 5 do not.
Does anyone have any idea if this also works with my own spoken texts and which voice id they are?
alias: Deurbel spraakbericht 1 (Niet Thuis)
description: ""
triggers:
- device_id: 1f2fbc01b53239c51b10ea37e9d1d510
domain: binary_sensor
entity_id: 157c15a2c842f6fab104a243c32a85dd
type: running
trigger: device
conditions:
- condition: state
entity_id: input_boolean.iedereen_weg
state: "on"
actions:
- action: eufy_security.quick_response
metadata: {}
data:
voice_id: 4
target:
entity_id: camera.deurbel
mode: single
Thanks