home-assistant.github.io/source/index.html
Fabian Affolter 034c831324 0.24 (#637)
* Persistant changed to persistent

* Added log_attributes to the config documentation for statsd (#625)

* Fix AsusWRT docs to prevent SSH key confusion (#623)

pxssh is expecting the path to a private key, not a public key

* add yahoo weather support (#621)

* add yahoo weather

* update with woeid not longer required

* Doc for simplisafe alarm (#613)

* Minor fixes

* Rename the blog post for 0.24

* Initial blog post for 0.24

* Update sensor.apcupsd docs to reflect changes (#617)

* Update sensor.apcupsd docs to reflect changes

* Remove "type:" from configuration

* Add apcupsd sensor breaking change

* Added samsung models to the list of supported Samsung Smart TV's (#630)

* Add IMAP sensor docs

* Add IMAP sensor

* add joaoapps join component and platform. (#633)

* Add join

* Added documentation of the KNX component (#611)

* Added set_brightness to website docs. (#582)

* Added configuration for card order to customize docs

* Added configuration options to docs for the set_brightness command.

* Revert "Added configuration for card order to customize docs"

This reverts commit bd310fbd115c76bc49d994fff4ff3e1a0d0e9540.

* Add new contributors

* Add TP-Link smart plug docs

* Sync with PR

* update service (#634)

* Move KNX docs to right folder

* Fix typos and layout

* Add missing KNX logo

* Fix logo name

* Fix category

* Revert "Added set_brightness to website docs." (#636)

* Add initial KNX docs for binary sensors and switches

* Update title, desc, and date

* Rename blog post

* Update for 0.24

* pyhomematic update 0.1.9

* add example

* Example config (#638)

* Added dynamic entity tracking documentation (#641)

* Change ordering

* Added dynamic entity tracking documentation

* Add more details

* Add sqlalchemy as dep

* Add various db_url

* Added bah2830 configuration (#644)

* update media_player.markdown (#643)

* Rename release blog post

* Add CARTO

* Hide sensor.imap until stable

* Typo edits (#642)

* Update demo

* Minor tweaking

* Add additional example

* Add simple example for renaming

* Make it raw

* Update camera.rpi_camera.markdown (#537)

* Add link to binary version

* Fix indent

* Minor change for #537

* Update date
2016-07-16 21:24:29 +02:00

93 lines
2.8 KiB
HTML

---
layout: page
date: 2014-12-18 22:39
comments: false
show_title: false
sidebar: false
hero_unit: true
is_homepage: true
hide_github_edit: true
description: Open-source home automation platform running on Python 3. Track and control all devices at home and automate control. Installation in less than a minute.
hide_github_edit: true
---
<div class="frontpage">
<div class="grid">
<div class="grid__item one-third lap-one-third palm-one-whole">
<div class='current-version material-card text'>
<h1>Current Version: 0.24</h1>
Released: <span class='release-date'>July 16, 2016</span>
<div class='links'>
<a href='/blog/2016/07/16/sqlalchemy-knx-join-simplisafe/'>Release notes</a>
</div>
</div>
<div class='join-community material-card text'>
<h1>Join The Community</h1>
We love to help &amp; talk home automation.
<div class='links'>
<a href='https://community.home-assistant.io'>Forums</a>
<a href='https://gitter.im/home-assistant/home-assistant'>Chat</a>
<a href='https://gitter.im/home-assistant/home-assistant/devs'>Dev Chat</a>
</div>
</div>
</div>
<div class="grid__item two-thirds lap-two-thirds palm-one-whole">
<div class='recent-posts material-card text'>
<h1>Recent Blog Posts</h1>
{% for post in site.posts limit: 3 %}
<li class="post">
<a href="{{ root_url }}{{ post.url }}">{{ post.title }}</a>
<small class='blog-date'>{{ post.date_formatted }}</small>
</li>
{% endfor %}
</div>
</div>
</div>
<div class="grid">
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
<div class="grid">
<div class="grid__item one-whole lap-one-third">
<span class="icon">
<i class="icon-eye-open"></i>
</span>
</div>
<div class="grid__item one-whole lap-two-thirds">
{% include custom/grid_item_left.html %}
</div>
</div>
</div>
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
<div class="grid">
<div class="grid__item one-whole lap-one-third">
<span class="icon">
<i class="icon-mobile-phone"></i>
</span>
</div>
<div class="grid__item one-whole lap-two-thirds">
{% include custom/grid_item_middle.html %}
</div>
</div>
</div>
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
<div class="grid">
<div class="grid__item one-whole lap-one-third">
<span class="icon">
<i class="icon-cogs"></i>
</span>
</div>
<div class="grid__item one-whole lap-two-thirds">
{% include custom/grid_item_right.html %}
</div>
</div>
</div>
</div>
</div>