Added HomeAssitant Voice.

This commit is contained in:
2025-09-01 21:36:09 +02:00
parent cae28341fe
commit 1ee475ee4a
4 changed files with 57 additions and 3 deletions

View File

@@ -145,10 +145,23 @@
target:
entity_id: tts.piper
action: tts.speak
- data:
cache: true
media_player_entity_id: media_player.home_assistant_voice_09c0e7_media_player
message: 4 20 lodere es, Lustknabe
target:
entity_id: tts.piper
action: tts.speak
- data:
qos: 0
retain: false
topic: awtrix_b8658c/notify
topic: awtrix_kitchen/notify
payload: '{"text": "420, lodere es, Lustknabe!"}'
action: mqtt.publish
- data:
qos: 0
retain: false
topic: awtrix_desk/notify
payload: '{"text": "420, lodere es, Lustknabe!"}'
action: mqtt.publish
mode: single
@@ -496,6 +509,16 @@
entity_id: tts.piper
enabled: true
action: tts.speak
- data:
cache: true
media_player_entity_id: media_player.home_assistant_voice_09c0e7_media_player
message: '{{message}}
'
target:
entity_id: tts.piper
enabled: true
action: tts.speak
- data:
topic: awtrix_desk/notify
payload: '{"text": "{{message}}", "icon": "clockcolor", "duration": 16}'