We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a644b91 commit ae62e42Copy full SHA for ae62e42
MuseRadio/Homeassistant/manifest_update.json
@@ -1,14 +1,22 @@
1
{
2
- "name": "esphome.voice-assistant",
+ "name": "raspiaudio.voice-assistant",
3
"version": "1.11",
4
+ "home_assistant_domain": "esphome",
5
+ "new_install_prompt_erase": false,
6
"builds": [
7
8
"chipFamily": "ESP32-S3",
9
"ota": {
10
"md5": "7b7800fd910ec36b032ebfb5602a7df8",
11
"path": "https://raw.githubusercontent.com/RASPIAUDIO/muse-radio-voice-satellite/main/MuseRadioHomeAssistant.bin",
12
"summary": "up-to-date firmware",
- }
13
+ },
14
+ "parts": [
15
+ {
16
+ "path": "https://raw.githubusercontent.com/RASPIAUDIO/muse-radio-voice-satellite/main/MuseRadioHomeAssistant.bin",
17
+ "offset": 0
18
+ }
19
+ ]
20
}
21
]
22
0 commit comments