File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff 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 ` ;
Original file line number Diff line number Diff 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 ` ;
You can’t perform that action at this time.
0 commit comments