partner.home-assistant/public/index.html

260 lines
9.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Works with Home Assistant</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles/main.css" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
</head>
<body>
<nav class="navbar navbar-light navbar-expand-lg bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img
src="https://www.home-assistant.io/images/home-assistant-logo.svg"
alt="Home Assistant Logo"
height="40"
/>
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/"
>Works with Home Assistant</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="/creators">Creator Network</a>
</li>
</ul>
</div>
</div>
</nav>
<section>
<div class="container">
<div class="row pb-3">
<div class="offset-md-1 col-md-11 col-lg-6 pt-5">
<h1 class="hero-header">Works with Home&nbsp;Assistant</h1>
<p class="hero-sub-header">
A partnership that is beneficial to Home&nbsp;Assistant, our
partners and our users. Our goal is to work together with
manufacturers to build the best experience for our shared user
base. An integration to the Home&nbsp;Assistant platform that just
works, that is built and maintained by the manufacturer with
support from Nabu Casa.
</p>
</div>
<div class="col-lg-5 text-center section-pic d-none d-lg-block">
<img src="images/agreement.svg" height="350" />
</div>
</div>
</div>
</section>
<section class="section alt">
<div class="offset-md-2 col-md-8">
<img
src="images/partner-program-logos.png"
width="960px"
style="width: 100%; max-width: 100%;"
/>
</div>
</section>
<section class="section">
<div class="container">
<div class="row">
<div class="offset-md-1 col-md-4 pb-2">
<img
src="images/home-assistant-monochrome.svg"
height="35"
class="mb-4 d-inline-block"
/>
<h4>Badge</h4>
<p>
You will get access to use the Works with Home&nbsp;Assistant
badge on your products and documentation pages.
</p>
</div>
<div class="offset-md-1 col-md-4 pb-2">
<img
src="images/check-decagram-outline.svg"
height="35"
class="mb-4 d-inline-block"
/>
<h4>Verified</h4>
<p>
Works with Home&nbsp;Assistant badge shown on all integration
pages on the Home&nbsp;Assistant website.
</p>
</div>
<div class="offset-md-1 col-md-4 pb-2">
<img
src="images/magnify.svg"
height="35"
class="mb-4 d-inline-block"
/>
<h4>Searchability</h4>
<p>
Over 1 million Home&nbsp;Assistant users that search the website
daily for new integrations.
</p>
</div>
<div class="offset-md-1 col-md-4 pb-2">
<img
src="images/thumb-up-outline.svg"
height="35"
class="mb-4 d-inline-block"
/>
<h4>Social Media</h4>
<p>
Using Home&nbsp;Assistant's Blog and Social Media accounts to
promote the partnership.
</p>
</div>
</div>
</div>
</section>
<section class="section alt">
<div class="container">
<div class="row">
<div
class="partner-images d-md-flex flex-md-wrap justify-content-center align-items-center py-3"
>
<img
src="https://brands.home-assistant.io/esphome/logo.png"
width="200"
/>
<img
src="https://brands.home-assistant.io/brands/leviton/logo.png"
width="200"
/>
<img
src="https://brands.home-assistant.io/brands/third_reality/logo.png"
width="200"
/>
<img
src="https://brands.home-assistant.io/brands/jasco/logo.png"
width="200"
/>
<img
src="https://brands.home-assistant.io/brands/heltun/logo.png"
width="200"
/>
<img
src="https://brands.home-assistant.io/brands/homeseer/logo.png"
width="200"
/>
<img
src="https://brands.home-assistant.io/brands/ultraloq/logo.png"
width="200"
/>
<img
src="https://brands.home-assistant.io/brands/homewizard/logo.png"
width="200"
/>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="row">
<div
class="col-md-5 text-center d-md-flex justify-content-center align-items-center"
>
<p class="display-6">
What does it take to be a Works with Home&nbsp;Assistant Partner?
</p>
</div>
<div class="offset-md-1 col-md-6 lead">
<ul>
<li>Integration must be configurable via the user interface</li>
<li>Devices tested and approved by Nabu Casa</li>
<li>Integration Quality Scale requirement of Gold or better</li>
<li>Easy firmware updates from within Home&nbsp;Assistant</li>
<li>Support contact and integration maintainer must be listed</li>
</ul>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="row">
<div class="offset-md-2 col-md-8">
<p class="display-4 mb-4">Responsibilities</p>
<p class="faq-q">Response to support inquiries</p>
<p>
As issues may arise with your integration, your responsibility is
to respond to these support inquiries in a quick and timely
manner. The support contact for Z-Wave, Zigbee, or Matter partners
will be expected to support any inquiries made by the Nabu Casa
team.
</p>
<p class="faq-q">Support and Maintenance of the integration</p>
<p>
As a Works with Home&nbsp;Assistant partner, you are responsible
for your integration and for maintaining the integrity of your
integration. You are exempt from this duty if using Z-Wave,
Zigbee, or Matter.
</p>
<p class="faq-q">
Provide easy firmware updates
</p>
<p>
Works with Home&nbsp;Assistant partners are expected to provide
firmware updates via user-friendly services provided by
Home&nbsp;Assistant.
</p>
<p class="faq-q">
Be a positive brand in the Home&nbsp;Assistant community
</p>
<p>
Home&nbsp;Assistant expects all partners to follow best practices
that do not violate the Home&nbsp;Assistant community guidelines.
</p>
</div>
</div>
</div>
</section>
<section class="section alt">
<div class="container">
<div class="row py-3 text-center">
<div>
If you are ready to apply for the Works with Home&nbsp;Assistant
partner program, please email
<a href="mailto:partner@nabucasa.com">partner@nabucasa.com</a>
</div>
</div>
</div>
</section>
</body>
</html>