-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions
27
wiki/docs/supported-devices/esphome-devices/homeassistant-vpe.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Home Assistant Voice Preview Edition | ||
sidebar_position: 1 | ||
--- | ||
|
||
![Image](./havpe.png) | ||
|
||
The Home Assistant Voice Preview Edition ([Ameridroid](https://ameridroid.com/products/home-assistant-voice-preview-edition?_pos=2&_sid=1dc3c1367&_ss=r) is the first hardware device released for use with Home Assistant Assist voice assistant. We are super excited to see this quality product released and supported by Home Assistant themselves! We are even more excited to announce that these devices work well with other View Assist satellites and are fully compatible. | ||
|
||
Home Assistant Voice Preview Edition is the open source, privacy-focused voice assistant built to seamlessly connect with Home Assistant, and preview the future of voice today. Its advanced audio processor and dual microphones allow it to hear your commands and control devices. Tactile controls, the injection-molded case and LED ring lend to its premium feel, allowing it to blend into the home. | ||
|
||
|
||
Configuration is as per normal for any View Assist ESPHome based voice satellites. An example configuration: | ||
|
||
``` | ||
- sensor: | ||
- name: ViewAssist_HomeAssistant_VPE | ||
state: "" | ||
unique_id : "viewassist_HomeAssistant_VPE" | ||
icon: "mdi:glasses" | ||
attributes: | ||
type: audio_only | ||
mode: "normal" | ||
mic_device: "assist_satellite.assistsat_HomeAssistant_VPE_assist_satellite" | ||
mediaplayer_device: "media_player.assistsat_HomeAssistant_VPE_media_player" | ||
musicplayer_device: "media_player.assistsat_HomeAssistant_VPE_media_player_2" | ||
``` |
2 changes: 1 addition & 1 deletion
2
wiki/docs/supported-devices/esphome-devices/m5stack-atom-echo.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: M5Stack Atom Echo | ||
sidebar_position: 1 | ||
sidebar_position: 2 | ||
--- | ||
|
||
![Image](./m5stackecho.jpg) | ||
|