2024年11月21日星期四 下午6:56:03

How to configure Piper as a standard TTS in automations

8 个月 前
#29820 引用
How to configure Piper as a standard TTS in automations
0
8 个月 前
#29821 引用
The service is tts.speak

service: tts.speak
data:
  cache: true
  media_player_entity_id: media_player.esp32_assistant_media_player
  message: Comment allez-vous?
target:
  entity_id: tts.piper


https://community.home-assistant.io/t/how-to-configure-piper-as-a-standard-tts-in-automations/570015
0
2 周 前
#47723 引用
no

service: tts.speak
data:
  cache: true
  media_player_entity_id: media_player.xiaomi_lx06_026c_play_control
  message: My name is hanna
target:
  entity_id: tts.piper  


no

service: tts.speak
data:
  message: Testing one two three
  language: en
  options:
    voice: en-us-kathleen-low
  media_player_entity_id: media_player.xiaomi_lx06_026c_play_control
  cache: true
target:
  entity_id: tts.piper
0