Skip to content

Commit

Permalink
add matter options for GDOs
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Nov 22, 2024
1 parent f8abefa commit ad3b22a
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,28 @@ <h2 id="firmware-header" style="display:none;">Select a firmware platform:</h2>
</div>
</label>

<label>
<div class="tile">
<input type="radio" disabled="disabled" name="firmware" value="matter" data-manifest="manifests/matter-GDOv2-S.json">
</div>
<div class="tile img-container" style="flex-grow: 4;">
<span class="badge beta">COMING SOON</span><br/>
<img src="assets/Matter_logo.jpeg">
</div>
<div class="tile" style="flex-grow: 8;">
<p>
Matter is the emerging smart home standard with promises of <em>local</em> integration with top consumer
smart home platforms. Konnected's EXPERIMENTAL support for Matter on the GDO White enables control of your garage
from a Matter enabled controller.
</p>
<ul class="sub">
<li>NOT (yet) MATTER CERTIFIED. May not work with all Matter controllers.</li>
<li><a href="https://share.hsforms.com/1RrMQPKEhQyqTSjTv8oGS9Adff38" target="_blank">Request to join Konnected's Matter early-access program here</a></li>
</ul>
</div>
</label>


<label>
<div class="tile">
<input type="radio" name="firmware" value="konnected-legacy" data-manifest="manifests/konnected-garage-door-opener.json">
Expand Down Expand Up @@ -281,9 +303,29 @@ <h2 id="firmware-header" style="display:none;">Select a firmware platform:</h2>
</ul>
</div>
</label>
</div>

<label>
<div class="tile">
<input type="radio" name="firmware" value="matter" data-manifest="manifests/matter-GDOv2-Q.json">
</div>
<div class="tile img-container" style="flex-grow: 4;">
<span class="badge beta">EXPERIMENTAL</span><br/>
<img src="assets/Matter_logo.jpeg">
</div>
<div class="tile" style="flex-grow: 8;">
<p>
Matter is the emerging smart home standard with promises of <em>local</em> integration with top consumer
smart home platforms. Konnected's EXPERIMENTAL support for Matter on the GDO blaQ enables control of your garage
from a Matter enabled controller.
</p>
<ul class="sub">
<li>NOT (yet) MATTER CERTIFIED. May not work with all Matter controllers.</li>
<li><a href="https://share.hsforms.com/1RrMQPKEhQyqTSjTv8oGS9Adff38" target="_blank">Request to join Konnected's Matter early-access program here</a></li>
</ul>
</div>
</label>

</div>

<h2 id="build-header" style="display:none;">Select a build:</h2>
<div class="build radios" id="alarm-panel-pro-esphome" style="display:none">
Expand Down

0 comments on commit ad3b22a

Please sign in to comment.