Skip to content

Commit

Permalink
Remove id parameter from README.md (#16)
Browse files Browse the repository at this point in the history
Removes the ``id`` parameter that isn't available in the current ESPHome mWW component.
  • Loading branch information
kahrendt authored Nov 30, 2024
1 parent 86c4da8 commit 5ea5713
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions models/v2/experiments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ To use, you must take control (or adopt) your ESPHome voice assistant and add th
micro_wake_word:
models:
- model: "URL of the model JSON file"
id: "unique id"
```
For example:
Expand All @@ -19,7 +18,6 @@ For example:
micro_wake_word:
models:
- model: "https://raw.githubusercontent.com/esphome/micro-wake-word-models/refs/heads/main/models/v2/experiments/choo_choo_homie.json"
id: "choo_choo_homie"
```
After rebuilding the ESPHome firmware and updating the device, visit its device info page in Home Assistant to change the active wake word.
Expand Down

0 comments on commit 5ea5713

Please sign in to comment.