Skip to content

Commit f930585

Browse files
committed
Add ESPHome adoption note
1 parent 7818ebf commit f930585

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

src/components/troubleshooting-poe.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,16 @@ export class TroubleshootingPoe extends LitElement {
9595
>
9696
and connect the ZWA-2 directly to Home Assistant.
9797
</p>
98+
<p>
99+
If you want to further customize the ESPHome-based portable Z-Wave
100+
firmware that runs on the ZWA-2, you can adopt it inside ESPHome
101+
Device Builder. To ensure it continues to work, after adoption, you
102+
have to edit the generated YAML and remove the
103+
<code>encryption</code> and <code>key</code> sections under
104+
<code>api:</code>. Z-Wave JS does not currently support ESPHome
105+
encryption and the Z-Wave serial protocol has their own encryption
106+
mechanism.
107+
</p>
98108
</div>
99109
</div>
100110
`;

src/components/troubleshooting-portable.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,16 @@ export class TroubleshootingPortable extends LitElement {
9292
>
9393
and connect it directly to Home Assistant.
9494
</p>
95+
<p>
96+
If you want to further customize the ESPHome-based portable Z-Wave
97+
firmware that runs on the ZWA-2, you can adopt it inside ESPHome
98+
Device Builder. To ensure it continues to work, after adoption, you
99+
have to edit the generated YAML and remove the
100+
<code>encryption</code> and <code>key</code> sections under
101+
<code>api:</code>. Z-Wave JS does not currently support ESPHome
102+
encryption and the Z-Wave serial protocol has their own encryption
103+
mechanism.
104+
</p>
95105
</div>
96106
</div>
97107
`;

0 commit comments

Comments
 (0)