@@ -5,6 +5,121 @@ description: Home Assistant Connect ZWA-2 - 800 series Z-Wave Long Range adapter
55permalink: /home-assistant-connect-zwa-2/index.html
66---
77
8- <script type =" module" src =" /src/pages/zwa2-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- <zwa2-details ></zwa2-details >
11+ <style >
12+ container: {
13+ display : block ;
14+ }
15+ p [slot = ' subtitle' ] {
16+ color : var (--wa-color-brand-50 );
17+ font-size : 1.1rem ;
18+ font-weight : 500 ;
19+ margin : 0 0 10px 0 ;
20+ }
21+
22+ p [slot = ' description' ],
23+ p [slot = ' secondary-description' ] {
24+ color : var (--app-text-secondary );
25+ line-height : 1.6 ;
26+ margin : 0 ;
27+ font-size : 1.05rem ;
28+ }
29+
30+ p [slot = ' secondary-description' ] {
31+ margin-top : 12px ;
32+ }
33+
34+ h3 {
35+ margin : 0 0 6px 0 ;
36+ color : var (--app-text-primary );
37+ font-size : 1rem ;
38+ font-weight : 600 ;
39+ }
40+
41+ action-item .experimental {
42+ color : #e78e21 ;
43+ }
44+ </style >
45+
46+ <div class =" container" >
47+ <details-page >
48+ <span slot =" title" >Home Assistant Connect ZWA-2</span >
49+ <p slot =" subtitle" >800 series Z-Wave Long Range adapter</p >
50+ <p slot =" description" >
51+ The ultimate way to connect Z-Wave devices to Home Assistant.
52+ </p >
53+ <p slot =" secondary-description" >
54+ Features the latest Z-Wave 800 series chip with Long Range support,
55+ SmartStart, and enhanced security for your smart home.
56+ </p >
57+
58+ <div slot =" actions" >
59+ <action-item
60+ href =" /home-assistant-connect-zwa-2/install"
61+ icon =" /svgs/install.svg"
62+ trailing-icon =" /svgs/chevron-right.svg"
63+ >
64+ <h3 >Install original firmware</h3 >
65+ <p >
66+ The original firmware that allows to connect the ZWA-2 directly to
67+ Home Assistant hub via USB cable.
68+ </p >
69+ </action-item >
70+
71+ <action-item
72+ href =" /home-assistant-connect-zwa-2/install-portable"
73+ icon =" /svgs/install.svg"
74+ trailing-icon =" /svgs/chevron-right.svg"
75+ >
76+ <h3 >Install portable Z-Wave firmware</h3 >
77+ <p style =" color : var (--app-text-secondary );" >
78+ <span style =" color : #e78e21 ;" >Experimental.</span > Place the ZWA-2
79+ in the most optimal position and connect it to Home Assistant via
80+ Wi-Fi.
81+ </p >
82+ </action-item >
83+
84+ <action-item
85+ href =" /home-assistant-connect-zwa-2/use-poe"
86+ icon =" /svgs/install.svg"
87+ trailing-icon =" /svgs/chevron-right.svg"
88+ >
89+ <h3 >Use Portable Z-Wave with Power-over-Ethernet</h3 >
90+ <p style =" color : var (--app-text-secondary );" >
91+ <span style =" color : #e78e21 ;" >Experimental.</span > Place the ZWA-2
92+ in the most optimal position and connect it to Home Assistant via
93+ Power-over-Ethernet.
94+ </p >
95+ </action-item >
96+
97+ <action-item
98+ href =" https://support.nabucasa.com/hc/en-us/categories/28669861145885"
99+ icon =" /svgs/doc.svg"
100+ >
101+ <h3 >Documentation</h3 >
102+ <p >User documentation, troubleshooting, and resources</p >
103+ </action-item >
104+
105+ <action-item
106+ href =" https://www.home-assistant.io/connect/zwa-2/"
107+ icon =" /svgs/product.svg"
108+ >
109+ <h3 >Product info</h3 >
110+ <p >
111+ Learn more about the Connect ZWA-2 features, specifications, and
112+ where to buy
113+ </p >
114+ </action-item >
115+
116+ <action-item
117+ href =" https://github.com/NabuCasa/zwave-firmware"
118+ icon =" /svgs/github.svg"
119+ >
120+ <h3 >Source code</h3 >
121+ <p >View the open-source Z-Wave firmware code</p >
122+ </action-item >
123+ </div >
124+ </details-page >
125+ </div >
0 commit comments