Add february community highlights

This commit is contained in:
Paulus Schoutsen 2016-02-20 01:54:02 -08:00
parent 470c55edd5
commit f3bf9ccfd8
3 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,61 @@
---
layout: post
title: Community Highlights
description: Interesting links from the Home Assistant community.
date: 2016-02-20 01:06:00 -0800
date_formatted: "February 20, 2016"
author: Paulus Schoutsen
author_twitter: balloob
comments: true
categories: Community
og_image: /images/blog/2016-02-community-highlights/part-of-the-thing.png
---
Home Assistant land has been busy and a lot of people have been creating awesome stuff. We've added [a cookbook section](/cookbook/) to the website full of examples how you can automate different things. Make sure you take a look and share your own recipes too!
### {% linkable_title Home automation demo by Part of the Thing %}
<div class='videoWrapper'>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Mc_29EC3aZw" frameborder="0" allowfullscreen></iframe>
</div>
### {% linkable_title Haaska - Alexa Skill Adapter for Home Assistant %}
Haaska allows you to control lights, switches, and scenes exposed by your Home Assistant instance using an Amazon Echo. This is different from our own [Alexa](/components/alexa/) component because it will teach the Amazon Echo directly about the devices instead of teaching it to talk to Home Assistant. It will not allow you to use custom sentences but it will allow you to skip the 'Ask Home Assistant' part when giving commands:
- "Alexa, set kitchen to twenty percent"
- "Alexa, turn on evening scene"
- "Alexa, turn off bedroom light"
[Haaska on GitHub](https://github.com/auchter/haaska)
### {% linkable_title Integrating Home Assistant with HomeKit %}
Contributor Maddox has created a plugin for HomeBridge, an open-source HomeKit bridge. This will allow you to control your home using Siri on your Apple devices. HomeBridge has recently restructured so you'll have to access the plugin in the legacy plugin package.
Example config.json entry to load Home Assistant:
```json
"platforms": [
{
"platform": "HomeAssistant",
"name": "HomeAssistant",
"host": "http://192.168.1.50:8123",
"password": "xxx",
"supported_types": ["light", "switch", "media_player", "scene"]
}
]
```
[HomeBridge on GitHub](https://github.com/nfarina/homebridge)
[HomeBridge Legacy Plugins on GitHub](https://github.com/nfarina/homebridge-legacy-plugins)
[Home Assistant on HomeBridge instructions](https://github.com/nfarina/homebridge-legacy-plugins/blob/master/platforms/HomeAssistant.js)
### {% linkable_title Custom alarm system with Home Assistant %}
User thaijames [describes in the Home Assistant forums](https://automic.us/forum/viewtopic.php?f=4&t=43&hilit=nfc) how he has created his own NFC-based alarm system using Home Assistant, DIY components and Garfield dolls.
<p class='img'>
<img src='/images/blog/2016-02-community-highlights/garfield-nfc.png'>
Hold your NFC tag against the belly of Garfield to unlock the alarm.
</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB