Skip to content

Commit 390a560

Browse files
authored
Update file urls to new repo (#4)
1 parent f04cc20 commit 390a560

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

esp32-s3-box-3/esp32-s3-box-3.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
substitutions:
33
name: esp32-s3-box-3
44
friendly_name: ESP32 S3 Box 3
5-
loading_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/loading_320_240.png
6-
idle_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/idle_320_240.png
7-
listening_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/listening_320_240.png
8-
thinking_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/thinking_320_240.png
9-
replying_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/replying_320_240.png
10-
error_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/error_320_240.png
11-
timer_finished_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/timer_finished_320_240.png
5+
loading_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/loading_320_240.png
6+
idle_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/idle_320_240.png
7+
listening_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/listening_320_240.png
8+
thinking_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/thinking_320_240.png
9+
replying_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/replying_320_240.png
10+
error_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/error_320_240.png
11+
timer_finished_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/timer_finished_320_240.png
1212

1313
loading_illustration_background_color: "000000"
1414
idle_illustration_background_color: "000000"
@@ -601,12 +601,12 @@ image:
601601
resize: 320x240
602602
type: RGB24
603603
use_transparency: true
604-
- file: https://github.com/esphome/firmware/raw/main/voice-assistant/error_box_illustrations/error-no-wifi.png
604+
- file: https://github.com/esphome/wake-word-voice-assistants/raw/main/error_box_illustrations/error-no-wifi.png
605605
id: error_no_wifi
606606
resize: 320x240
607607
type: RGB24
608608
use_transparency: true
609-
- file: https://github.com/esphome/firmware/raw/main/voice-assistant/error_box_illustrations/error-no-ha.png
609+
- file: https://github.com/esphome/wake-word-voice-assistants/raw/main/error_box_illustrations/error-no-ha.png
610610
id: error_no_ha
611611
resize: 320x240
612612
type: RGB24
@@ -677,7 +677,7 @@ color:
677677

678678
file:
679679
- id: timer_finished_wave_file
680-
file: https://github.com/esphome/firmware/raw/main/voice-assistant/sounds/timer_finished.wav
680+
file: https://github.com/esphome/wake-word-voice-assistants/raw/main/sounds/timer_finished.wav
681681

682682
spi:
683683
- id: spi_bus

esp32-s3-box-lite/esp32-s3-box-lite.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
substitutions:
33
name: esp32-s3-box-lite
44
friendly_name: ESP32 S3 Box Lite
5-
loading_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/loading_320_240.png
6-
idle_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/idle_320_240.png
7-
listening_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/listening_320_240.png
8-
thinking_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/thinking_320_240.png
9-
replying_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/replying_320_240.png
10-
error_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/error_320_240.png
11-
timer_finished_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/timer_finished_320_240.png
5+
loading_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/loading_320_240.png
6+
idle_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/idle_320_240.png
7+
listening_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/listening_320_240.png
8+
thinking_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/thinking_320_240.png
9+
replying_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/replying_320_240.png
10+
error_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/error_320_240.png
11+
timer_finished_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/timer_finished_320_240.png
1212

1313
loading_illustration_background_color: "000000"
1414
idle_illustration_background_color: "000000"
@@ -664,12 +664,12 @@ image:
664664
resize: 320x240
665665
type: RGB24
666666
use_transparency: true
667-
- file: https://github.com/esphome/firmware/raw/main/voice-assistant/error_box_illustrations/error-no-wifi.png
667+
- file: https://github.com/esphome/wake-word-voice-assistants/raw/main/error_box_illustrations/error-no-wifi.png
668668
id: error_no_wifi
669669
resize: 320x240
670670
type: RGB24
671671
use_transparency: true
672-
- file: https://github.com/esphome/firmware/raw/main/voice-assistant/error_box_illustrations/error-no-ha.png
672+
- file: https://github.com/esphome/wake-word-voice-assistants/raw/main/error_box_illustrations/error-no-ha.png
673673
id: error_no_ha
674674
resize: 320x240
675675
type: RGB24
@@ -740,7 +740,7 @@ color:
740740

741741
file:
742742
- id: timer_finished_wave_file
743-
file: https://github.com/esphome/firmware/raw/main/voice-assistant/sounds/timer_finished.wav
743+
file: https://github.com/esphome/wake-word-voice-assistants/raw/main/sounds/timer_finished.wav
744744

745745
spi:
746746
- id: spi_bus

esp32-s3-box/esp32-s3-box.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
substitutions:
33
name: esp32-s3-box
44
friendly_name: ESP32 S3 Box
5-
loading_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/loading_320_240.png
6-
idle_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/idle_320_240.png
7-
listening_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/listening_320_240.png
8-
thinking_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/thinking_320_240.png
9-
replying_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/replying_320_240.png
10-
error_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/error_320_240.png
11-
timer_finished_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/timer_finished_320_240.png
5+
loading_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/loading_320_240.png
6+
idle_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/idle_320_240.png
7+
listening_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/listening_320_240.png
8+
thinking_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/thinking_320_240.png
9+
replying_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/replying_320_240.png
10+
error_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/error_320_240.png
11+
timer_finished_illustration_file: https://github.com/esphome/wake-word-voice-assistants/raw/main/casita/timer_finished_320_240.png
1212

1313
loading_illustration_background_color: "000000"
1414
idle_illustration_background_color: "000000"
@@ -592,12 +592,12 @@ image:
592592
resize: 320x240
593593
type: RGB24
594594
use_transparency: true
595-
- file: https://github.com/esphome/firmware/raw/main/voice-assistant/error_box_illustrations/error-no-wifi.png
595+
- file: https://github.com/esphome/wake-word-voice-assistants/raw/main/error_box_illustrations/error-no-wifi.png
596596
id: error_no_wifi
597597
resize: 320x240
598598
type: RGB24
599599
use_transparency: true
600-
- file: https://github.com/esphome/firmware/raw/main/voice-assistant/error_box_illustrations/error-no-ha.png
600+
- file: https://github.com/esphome/wake-word-voice-assistants/raw/main/error_box_illustrations/error-no-ha.png
601601
id: error_no_ha
602602
resize: 320x240
603603
type: RGB24
@@ -668,7 +668,7 @@ color:
668668

669669
file:
670670
- id: timer_finished_wave_file
671-
file: https://github.com/esphome/firmware/raw/main/voice-assistant/sounds/timer_finished.wav
671+
file: https://github.com/esphome/wake-word-voice-assistants/raw/main/sounds/timer_finished.wav
672672

673673
spi:
674674
- id: spi_bus

m5stack-atom-echo/m5stack-atom-echo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ esp_adf:
320320

321321
file:
322322
- id: timer_finished_wave_file
323-
file: https://github.com/esphome/firmware/raw/main/voice-assistant/sounds/timer_finished.wav
323+
file: https://github.com/esphome/wake-word-voice-assistants/raw/main/sounds/timer_finished.wav
324324

325325
micro_wake_word:
326326
on_wake_word_detected:

0 commit comments

Comments
 (0)