@@ -5,6 +5,93 @@ description: Home Assistant Voice Preview Edition - Local voice control for your
55permalink: /vpe/index.html
66---
77
8- <script type =" module" src =" /src/pages/vpe-details.ts" ></script >
8+ <script type =" module" src =" /src/components/details.ts" ></script >
9+ <script type =" module" src =" /src/components/action-item.ts" ></script >
910
10- <vpe-details ></vpe-details >
11+ <style >
12+ p [slot = ' subtitle' ] {
13+ color : var (--wa-color-brand-50 );
14+ font-size : 1.1rem ;
15+ font-weight : 500 ;
16+ margin : 0 0 10px 0 ;
17+ }
18+
19+ p [slot = ' description' ] {
20+ color : var (--app-text-secondary );
21+ line-height : 1.6 ;
22+ margin : 0 ;
23+ font-size : 1.05rem ;
24+ }
25+
26+ h3 {
27+ margin : 0 0 6px 0 ;
28+ color : var (--app-text-primary );
29+ font-size : 1rem ;
30+ font-weight : 600 ;
31+ }
32+ </style >
33+
34+ <details-page >
35+ <span slot =" title" >Home Assistant Voice Preview Edition</span >
36+ <p slot =" subtitle" >Local voice control for your smart home</p >
37+ <p slot =" description" >
38+ Experience the future of voice control with complete local processing.
39+ The Voice Preview Edition brings fast, private voice commands to your
40+ smart home without sending data to the cloud.
41+ </p >
42+
43+ <div slot =" actions" >
44+ <action-item
45+ href =" /vpe/install"
46+ icon =" /svgs/install.svg"
47+ trailing-icon =" /svgs/chevron-right.svg"
48+ >
49+ <h3 >Install firmware</h3 >
50+ <p >Flash the latest Voice PE firmware</p >
51+ </action-item >
52+
53+ <action-item
54+ href =" https://www.home-assistant.io/voice_control/"
55+ icon =" /svgs/doc.svg"
56+ >
57+ <h3 >Voice control in Home Assistant</h3 >
58+ <p >
59+ Complete guide to setting up voice control, wake words, and
60+ commands
61+ </p >
62+ </action-item >
63+
64+ <action-item
65+ href =" https://support.nabucasa.com/hc/en-us/categories/24451727188125-Home-Assistant-Voice-Preview-Edition"
66+ icon =" /svgs/doc.svg"
67+ >
68+ <h3 >Documentation</h3 >
69+ <p >
70+ Complete documentation, troubleshooting guides, and technical
71+ specifications
72+ </p >
73+ </action-item >
74+
75+ <action-item
76+ href =" https://www.home-assistant.io/voice-pe/"
77+ icon =" /svgs/product.svg"
78+ >
79+ <h3 >Product info</h3 >
80+ <p >
81+ Learn about Voice PE features, hardware specifications, and where
82+ to buy
83+ </p >
84+ </action-item >
85+
86+ <action-item
87+ href =" https://github.com/esphome/home-assistant-voice-pe"
88+ icon =" /svgs/github.svg"
89+ >
90+ <h3 >Source code</h3 >
91+ <p >
92+ View the open-source Voice PE firmware code and contribute to
93+ development
94+ </p >
95+ </action-item >
96+ </div >
97+ </details-page >
0 commit comments