alainvtr
(Alainvtr)
November 18, 2021, 7:08pm
21
Hi,
I’m trying to transform this rest_command to a notify :
rest_command:
tts:
url: ‘http://11.6.168.112:12101/api/text-to-speech?SiteId= {{ site }}’
method: ‘POST’
headers:
content_type: ‘text/plain’
payload: ‘{{ lemessage }}’
The notify i’m trying to debug … but i’m stuck.
Could you help me ?
notify:
Vandana
(Vandana Dass)
June 3, 2022, 10:24am
22
Moonbase59:
alert:
garbage_day:
name: 'Garbage Day'
title: 'Reminder:'
message: 'It is time to put the rubbish bin out.'
#done_message: 'Rubbish bin put out'
entity_id: binary_sensor.garbage_day
state: 'on'
repeat: 30
can_acknowledge: true
skip_first: false
notifiers:
- group_important_plus_audio
data:
# data for 'tts'
language: 'en-GB'
# data for 'telegram'
inline_keyboard:
# rows of buttons (array of arrays)
- - ["Reminder off", "/ack garbage_day"]
- ["Help", "/help garbage_day"]
how can we set volume level for tts in configuration.yaml ?
Vandana
(Vandana Dass)
June 3, 2022, 10:27am
23
how can we set volume level for tts in configuration.yaml ?
Eckart
(Severing)
May 17, 2024, 7:52pm
26
Hello,
I use piper as my local tts. Now I want to install a notification which uses piper. That works, but just in English, and without the possibility to determin the voice.
notify:
- name: piper_local
platform: tts
entity_id: tts.piper
media_player: media_player.volumio_mpd
language: 'de_DE'
option:
voice: de_DE-thorsten-medium
‘language’ and ‘voice’ are ignored. The relevant page is very short and does not help me any further: Notify using TTS - Home Assistant
Regards, Eckart