mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-25 04:16:52 +00:00

Proposed change sorry if i messed any of this up first time doing a PR for HA. fix grammar on the features page Type of change [X]Spelling, grammar or other readability improvements (current branch). Added documentation for a new integration I'm adding to Home Assistant (next branch). I've opened up a PR to add logo's and icons in Brands repository. Added documentation for a new feature I'm adding to Home Assistant (next branch). Removed stale or deprecated documentation. Additional information Link to parent pull request in the codebase: Link to parent pull request in the Brands repository: This PR fixes or closes issue: Checklist This PR uses the correct branch, based on one of the following: I made a change to the existing documentation and used the current branch. I made a change that is related to an upcoming version of Home Assistant and used the next branch. The documentation follows the Home Assistant documentation standards.
99 lines
3.0 KiB
HTML
99 lines
3.0 KiB
HTML
<div class="feature-cards">
|
||
<div class="card">
|
||
<div class="card-header">
|
||
<i class="icon-lightbulb"></i>
|
||
Works with over 1000 devices
|
||
</div>
|
||
<div class="card-content">
|
||
<p>
|
||
Home Assistant integrates with over a thousand different devices
|
||
and services.
|
||
</p>
|
||
|
||
<p>
|
||
Once started, Home Assistant will automatically scan your network for
|
||
known devices and allow you to easily set them up.
|
||
</p>
|
||
<a class="button" href="/integrations">EXPLORE INTEGRATIONS</a>
|
||
</div>
|
||
</div>
|
||
<div class="card">
|
||
<div class="card-header">
|
||
<i class="icon-gears"></i>
|
||
Powerful automations
|
||
</div>
|
||
<div class="card-content">
|
||
<p>
|
||
Once you have integrated all your devices at home, you can unleash Home
|
||
Assistant’s advanced automation engine to make your home work for you.
|
||
</p>
|
||
|
||
<ul>
|
||
<li>Turn on the light when the sun sets or when coming home</li>
|
||
<li>Alert you when you leave your garage door open.</li>
|
||
</ul>
|
||
<a class="button" href="/docs/automation">EXPLORE AUTOMATIONS</a>
|
||
</div>
|
||
</div>
|
||
<div class="card">
|
||
<div class="card-header">
|
||
<i class="icon-puzzle-piece"></i>
|
||
Extend your system with add-ons
|
||
</div>
|
||
<div class="card-content">
|
||
<p>
|
||
Home Assistant is not just limited to Home Assistant. Easily install
|
||
other applications that will help you manage your home.
|
||
</p>
|
||
|
||
<ul>
|
||
<li>Run AdGuard, a DNS-based ad blocker</li>
|
||
<li>Run third party automation engines like NodeRed</li>
|
||
<li>Turn Home Assistant Blue into a Spotify Connect target</li>
|
||
</ul>
|
||
<a class="button" href="/addons">EXPLORE ADD-ONS</a>
|
||
</div>
|
||
</div>
|
||
<div class="card">
|
||
<div class="card-header">
|
||
<i class="icon-shield"></i>
|
||
All your smart home data stays local
|
||
</div>
|
||
<div class="card-content">
|
||
<p>Home Assistant keeps your data local, not need for a cloud.</p>
|
||
|
||
<p>
|
||
Home Assistant communicates with your devices locally, and will fallback
|
||
to pulling in data from the cloud if there is no other option. No data
|
||
is stored in the cloud, and everything is processed locally.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="card">
|
||
<div class="card-header">
|
||
<i class="icon-mobile-phone"></i>
|
||
Companion Mobile Apps
|
||
</div>
|
||
<div class="card-content">
|
||
<p>
|
||
Use the official Home Assistant apps, a convenient companion to quickly
|
||
control your devices and be notified when things happen in your home,
|
||
even on your wrist using the Apple Watch.
|
||
</p>
|
||
|
||
<p>
|
||
The apps can also be used to send your location home to use presence
|
||
detection as part of your automations. Data is sent directly to your
|
||
home, no access by third-parties.
|
||
</p>
|
||
<a
|
||
class="button"
|
||
href="https://companion.home-assistant.io/"
|
||
target="_blank"
|
||
>
|
||
DOWNLOAD APPS
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|