From: Giorgio Ravera Date: Wed, 1 May 2024 12:24:11 +0000 (+0200) Subject: Added another laura's voice X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=f07e526e0faad991132fe8ff448fcf2964763c37;p=homeassistant.git Added another laura's voice --- diff --git a/.storage/lovelace.lovelace_multimedia b/.storage/lovelace.lovelace_multimedia index 791a2c07..342150c0 100644 --- a/.storage/lovelace.lovelace_multimedia +++ b/.storage/lovelace.lovelace_multimedia @@ -1344,11 +1344,18 @@ "type": "entity-button" }, { + "show_name": true, + "show_icon": true, "entity": "script.laura_voice", "icon": "mdi:numeric-9", - "name": null, - "show_name": false, - "show_icon": false, + "name": "Fammi mangiare", + "tap_action": { + "action": "call-service", + "service": "script.turn_on", + "service_data": { + "entity_id": "script.laura_voice_9" + } + }, "type": "entity-button" } ], diff --git a/scripts/audio.yaml b/scripts/audio.yaml index 4df6f216..0b9484fb 100644 --- a/scripts/audio.yaml +++ b/scripts/audio.yaml @@ -115,6 +115,13 @@ laura_voice_8: data: type: '8' +laura_voice_9: + alias: Voce Laura 9 + sequence: + - service: script.laura_voice + data: + type: '9' + ###################################################################### # Script: Babu Frik # Inputs: diff --git a/www/audio/laura/9.mp3 b/www/audio/laura/9.mp3 new file mode 100644 index 00000000..ef045784 Binary files /dev/null and b/www/audio/laura/9.mp3 differ