Component details pages added

This commit is contained in:
Paulus Schoutsen 2015-10-25 00:58:12 -07:00
parent 04f48395d6
commit 03d0d75ae1
130 changed files with 610 additions and 471 deletions

View File

@ -308,17 +308,26 @@ p.note {
border-radius: 2px;
box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;
padding: 8px;
text-align: center;
.img-container {
height: 50px;
text-align: center;
margin-bottom: 8px;
font: 0/0 a;
&:before { /* create a full-height inline block pseudo=element */
content: ' ';
display: inline-block;
vertical-align: middle; /* vertical alignment of the inline element */
height: 100%;
}
img {
max-width: 100%;
max-height: 50px;
box-shadow: none;
border: none;
vertical-align: middle;
}
}
@ -337,3 +346,18 @@ p.note {
}
}
}
.aside-module {
.section {
margin-bottom: 16px;
}
.brand-logo-container {
text-align: center;
height: 97px;
img {
max-height: 97px;
}
}
}

View File

@ -14,7 +14,7 @@ body{ -webkit-animation: bugfix infinite 1s; }
#toggle, .toggle { display: none; }
.menu li { list-style: none; float:left; }
$menu-collapse: 790px;
$menu-collapse: 955px;
// @media only screen and (max-width: $lap-end){
@media only screen and (max-width: $menu-collapse){

View File

@ -1,16 +1,16 @@
---
layout: page
title: "Manual alarm support"
layout: component
title: "Manual Alarm Control Panel"
description: "Instructions how to integrate manual alarms into Home Assistant."
date: 2015-10-13 19:10
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Alarm Control Panel
---
<img src='/images/supported_brands/preferences-system-privacy.png' class='brand pull-right' />
This platform enables you to set manual alarms in Home Assistant.
```yaml

View File

@ -1,15 +1,15 @@
---
layout: page
title: "Alarm panel support"
layout: component
title: "Alarm panel"
description: "Instructions how to integrate Alarm Control Panels into Home Assistant."
date: 2015-10-13 19:10
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
---
<img src='/images/supported_brands/preferences-system-privacy.png' class='brand pull-right' />
Home Assistant can give you an interface with is similar to a classic alarm system. There are several panels supported:
- [Manual](/components/alarm_control_panel.manual.html)

View File

@ -1,9 +1,9 @@
---
layout: page
title: "MQTT alarm support"
layout: component
title: "MQTT Alarm Control Panel"
description: "Instructions how to integrate MQTT alarms into Home Assistant."
date: 2015-09-14 19:10
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: mqtt.png
ha_category: "Alarm Control Panel"
---
<img src='/images/supported_brands/mqtt.png' class='brand pull-right' />
This platform enables the possibility to control an MQTT alarm. The alarm will only change state after
receiving the a new state from `state_topic`. If these messages are published with RETAIN flag, the MQTT
alarm will receive an instant state update after subscription and will start with correct state. Otherwise,

View File

@ -1,20 +1,16 @@
---
layout: page
layout: component
title: "Arduino"
description: "Instructions how to setup an Arduino boards within Home Assistant."
date: 2015-06-27 10:28
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
logo: arduino.png
ha_category: DIY
logo: arduino.png
ha_category: Hub
---
<img src='/images/supported_brands/arduino.png' class='brand pull-right' />
The [Arduino](https://www.arduino.cc/) device family are microcontroller boards that are often based on the ATmega328 chip. They come with digital input/output pins (some can be used as PWM outputs), analog inputs, and a USB connection. The equipment depends on the [type](https://www.arduino.cc/en/Main/Products) of board. The most common ones are the Arduino Uno and the Arduino Leonardo with 14 digital input/output pins and 6 analog input pins.
There are a lot of extensions (so called [shields](https://www.arduino.cc/en/Main/ArduinoShields)) available. Those shields can be plugged-in into the existing connectors and stacked on top of each other. This makes it possible to expand the capabilities of the Arduino boards.

View File

@ -1,9 +1,9 @@
---
layout: page
layout: component
title: "Automation"
description: "Instructions how to setup automation within Home Assistant."
date: 2015-01-20 22:36
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true

View File

@ -1,16 +1,16 @@
---
layout: page
layout: component
title: "Browser"
description: "Instructions how to setup the browser component with Home Assistant."
date: 2015-01-24 14:39
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Other
---
<img src='/images/supported_brands/web-browser.png' class='brand pull-right' />
The browser component provides a service to open urls in the default browser on the host machine.
To load this component, add the following lines to your `configuration.yaml`:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Foscam IP camera support"
layout: component
title: "Foscam IP camera"
description: "Instructions how to integrate Foscam IP cameras within Home Assistant."
date: 2015-09-17 08:01
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: foscam.png
ha_category: Camera
---
<img src='/images/supported_brands/foscam.png' class='brand pull-right' />
The foscam platform allows you to watch the live stream of your [Foscam](http://www.foscam.com/) IP camera in Home Assistant.
To enable your Foscam IP camera in your installation, add the following to your `configuration.yaml` file:

View File

@ -1,15 +1,15 @@
---
layout: page
layout: component
title: "Generic IP Camera"
description: "Instructions how to integrate IP cameras within Home Assistant."
date: 2015-07-11 0:36
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Camera
---
<img src='/images/supported_brands/camera-web.png' class='brand pull-right' />
This component allows you to integrate any IP camera into Home Assistant. It supports fetching images from a url with optional HTTP authentication.

View File

@ -1,9 +1,9 @@
---
layout: page
layout: component
title: "Configurator"
description: "Instructions how to integrate the configurator in your components."
date: 2015-03-15 00:51
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true

View File

@ -1,15 +1,15 @@
---
layout: page
layout: component
title: "Conversation"
description: "Instructions how to have conversations with your Home Assistant."
date: 2015-03-15 00:39
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
---
<img src='/images/supported_brands/system-users.png' class='brand pull-right' />
The conversation component can process sentences into commands for Home Assistant. It is currently limited to parsing commands in the format `turn <Friendly Name> <on/off>`.
To enable the conversion option in your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
layout: component
title: "Automating your lights"
description: "Instructions how to automate your lights with Home Assistant."
date: 2015-01-20 22:36
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Actiontec support"
layout: component
title: "Actiontec"
description: "Instructions how to integrate Actiontec routers into Home Assistant."
date: 2015-08-30 19:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: actiontec.png
ha_category: Presence Detection
---
<img src='/images/supported_brands/actiontec.png' class='brand pull-right' />
This platform allows you to detect presence by looking at connected devices to an [Actiontec](http://www.actiontec.com/) device.
Supported devices (tested):

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Aruba support"
layout: component
title: "Aruba"
description: "Instructions how to integrate Aruba routers into Home Assistant."
date: 2015-08-31 08:45
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: aruba.png
ha_category: Presence Detection
---
<img src='/images/supported_brands/aruba.png' class='brand pull-right' />
This platform allows you to detect presence by looking at connected devices to an [Aruba Instant](http://www.arubanetworks.com/products/networking/aruba-instant/) device.
Supported devices (tested):

View File

@ -1,9 +1,9 @@
---
layout: page
title: "ASUSWRT support"
layout: component
title: "ASUSWRT"
description: "Instructions how to integrate ASUSWRT based routers into Home Assistant."
date: 2015-08-06 19:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: asus.png
ha_category: Presence Detection
---
<img src='/images/supported_brands/asus.png' class='brand pull-right' />
This platform offers presence detection by looking at connected devices to a [ASUSWRT](http://event.asus.com/2013/nw/ASUSWRT/) based router.
<p class='note warning'>

View File

@ -1,9 +1,9 @@
---
layout: page
title: "DD-WRT support"
layout: component
title: "DD-WRT"
description: "Instructions how to integrate DD-WRT based routers into Home Assistant."
date: 2015-05-11 09:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: ddwrt.png
ha_category: Presence Detection
---
<img src='/images/supported_brands/ddwrt.png' class='brand pull-right' />
This platform offers presence detection by looking at connected devices to a [DD-WRT](http://www.dd-wrt.com/site/index) based router.
To use a DD-WRRT router in your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Geofancy device tracker"
layout: component
title: "Geofancy"
description: "Instructions how to use Geofancy to track devices in Home Assistant."
date: 2015-10-13 19:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: geofancy.png
ha_category: Presence Detection
---
<img src='/images/supported_brands/geofancy.png' class='brand pull-right' />
This platform allows you to detect presence using [Geofancy](https://my.geofancy.com/). Geofancy allows users to track their location on iOS devices.
To integrate Geofancy in Home Assistant, add the following section to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "OpenWRT support"
layout: component
title: "OpenWRT"
description: "Instructions how to integrate OpenWRT routers into Home Assistant."
date: 2015-03-23 19:59
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: openwrt.png
ha_category: Presence Detection
---
<img src='/images/supported_brands/openwrt.png' class='brand pull-right' />
Before this scanner can be used you have to install the luci RPC package on OpenWRT: <code>opkg install luci-mod-rpc</code>.
```yaml

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Device tracking"
layout: component
title: "Device Tracker"
description: "Instructions how to setup device tracking within Home Assistant."
date: 2015-01-20 22:36
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true

View File

@ -1,9 +1,9 @@
---
layout: page
layout: component
title: "MQTT device tracker"
description: "Instructions how to use MQTT to track devices in Home Assistant."
date: 2015-09-19 20:41
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: mqtt.png
ha_category: Presence Detection
---
<img src='/images/supported_brands/mqtt.png' class='brand pull-right' />
This platform allows you to detect presence by monitoring an MQTT topic for new locations. To use this
platform, you specify a unique topic for each device.

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Netgear support"
layout: component
title: "Netgear"
description: "Instructions how to integrate Netgear routers into Home Assistant."
date: 2015-03-23 19:59
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: netgear.png
ha_category: Presence Detection
---
<img src='/images/supported_brands/netgear.png' class='brand pull-right' />
This platform allows you to detect presence by looking at connected devices to a [Netgear](http://www.netgear.com/) device.
```yaml

View File

@ -1,16 +1,16 @@
---
layout: page
title: "Nmap support"
layout: component
title: "Nmap"
description: "Instructions how to integrate Nmap into Home Assistant."
date: 2015-03-23 19:59
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Presence Detection
---
<img src='/images/supported_brands/network-workgroup.png' class='brand pull-right' />
As an alternative to the router-based device tracking, it is possible to directly scan the network
for devices by using Nmap. The IP addresses to scan can be specified in any format that Nmap understands,
including the network-prefix notation (`192.168.1.1/24`) and the range notation (`192.168.1.1-255`).

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Owntracks device tracker"
layout: component
title: "Owntracks"
description: "Instructions how to use Owntracks to track devices in Home Assistant."
date: 2015-09-22 07:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: owntracks.png
ha_category: Presence Detection
---
<img src='/images/supported_brands/owntracks.png' class='brand pull-right' />
This platform allows you to detect presence using [Owntracks](http://owntracks.org/). OwnTracks allows
users to track their location on Android and iOS phones and publish it to an MQTT broker. This platform
will connect to the broker and monitor for new locations.

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Generic SNMP support"
layout: component
title: "SNMP"
description: "Instructions how to integrate SNMP into Home Assistant."
date: 2015-10-08 12:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: network-snmp.png
ha_category: Presence Detection
---
<img src='/images/supported_brands/network-snmp.png' class='brand pull-right' />
Most wifi-accesspoints (WAP) and wifi-routers (WRT) support the Simple Network Management Protocol (SNMP). This is a standardized method for monitoring/manageing network connected devices. SNMP uses a tree-like hierarchy where each node is an object. Many of these objects contain (live) lists of insances and metrics, like network interfaces, disks, and wifi registrations.
<p class='note warning'>

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Thomson support"
layout: component
title: "Thomson"
description: "Instructions how to integrate Thomson routers into Home Assistant."
date: 2015-08-30 19:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: technicolor.png
ha_category: Presence Detection
---
<img src='/images/supported_brands/technicolor.png' class='brand pull-right' />
Thomson produced networking equipment (under the brand name SpeedTouch) till 2010 and was then renamed to Technicolor.
This platform allows you to detect presence by looking at connected devices to a [Thomson](http://www.technicolor.com) device.

View File

@ -1,16 +1,16 @@
---
layout: page
title: "Tomato support"
layout: component
title: "Tomato"
description: "Instructions how to integrate Tomato routers into Home Assistant."
date: 2015-03-23 19:59
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Presence Detection
---
<img src='/images/supported_brands/network-wired-disconnected.png' class='brand pull-right' />
Tomato requires an extra config variable called `http_id`. The value can be obtained by logging in to the Tomato admin interface and search for `http_id` in the page source code.
```yaml

View File

@ -1,9 +1,9 @@
---
layout: page
title: "TP-Link support"
layout: component
title: "TP-Link"
description: "Instructions how to integrate TP-Link routers into Home Assistant."
date: 2015-06-22 10:30
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: tp-link.png
ha_category: Presence Detection
---
<img src='/images/supported_brands/tp-link.png' class='brand pull-right' />
This platform allows you to detect presence by looking at connected devices to a [TP-Link](https://www.tp-link.com) device. This includes the ArcherC9 line.
```yaml

View File

@ -1,15 +1,15 @@
---
layout: page
layout: component
title: "Discovery"
description: "Instructions how to setup Home Assistant to discover new devices."
date: 2015-01-24 14:39
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
---
<img src='/images/supported_brands/system-search.png' class='brand pull-right' />
Home Assistant can discover and automatically configure zeroconf/mDNS and uPnP devices on your network. Currently the `discovery` component can detect:
* Google Chromecast

View File

@ -1,16 +1,16 @@
---
layout: page
layout: component
title: "Downloader"
description: "Instructions how to setup the downloader component with Home Assistant."
date: 2015-01-24 14:39
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Other
---
<img src='/images/supported_brands/emblem-downloads.png' class='brand pull-right' />
The `downloader` component provides a service to download files. It will raise an error and not continue to set itself up when the download directory does not exist.
To enable it, add the following lines to your `configuration.yaml`:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Group support"
layout: component
title: "Group"
description: "Instructions how to setup groups within Home Assistant."
date: 2015-03-23 19:59
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true

View File

@ -1,15 +1,15 @@
---
layout: page
title: "History support"
layout: component
title: "History"
description: "Instructions how to enable history support for Home Assistant."
date: 2015-03-23 19:59
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
---
<img src='/images/supported_brands/x-office-presentation.png' class='brand pull-right' />
This component will track everything that is going on within Home Assistant and allows the user to browse through it.
To enable the history option in your installation, add the following to your `configuration.yaml` file:

View File

@ -1,14 +1,16 @@
---
layout: page
title: "IFTTT - ManyThing Channel"
layout: component
title: "ManyThing"
description: "Instructions how to setup ManyThing support with IFTTT."
date: 2015-09-07 18:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
logo: manything.png
ha_category: Camera
---
<img src='/images/supported_brands/manything.png' class='brand pull-right' />
[Manything](https://manything.com) is a smart app that turns your iPhone, iPod, or iPad into a wifi
camera for monitoring your home, your pets, anything! Comes with live streaming, motion activated alerts, cloud video recording, and more.

View File

@ -1,16 +1,16 @@
---
layout: page
layout: component
title: "IFTTT"
description: "Instructions how to setup IFTTT within Home Assistant."
date: 2015-09-07 18:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
logo: ifttt.png
ha_category: Other
---
<img src='/images/supported_brands/ifttt.png' class='brand pull-right' />
[IFTTT](https://ifttt.com) is a web service that allows users to create chains of simple conditional
statements, so called "recipes". With the ifttt component you can trigger recipes through the "maker"
channel. See the [announcement blog post](/blog/2015/09/13/home-assistant-meets-ifttt/) for examples

View File

@ -1,9 +1,9 @@
---
layout: page
layout: component
title: "ISY994 Controller"
description: "Instructions how to setup the ISY994 controller within Home Assistant."
date: 2015-01-20 22:36
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true

View File

@ -1,16 +1,16 @@
---
layout: page
layout: component
title: "Keyboard"
description: "Instructions how to simulate key presses with Home Assistant."
date: 2015-01-24 14:39
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Other
---
<img src='/images/supported_brands/input-keyboard.png' class='brand pull-right' />
The `keyboard` component simulates key presses on the host machine. It currently offers the following Buttons as a Service (BaaS):
* `keyboard/volume_up`

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Blinkstick support"
layout: component
title: "Blinkstick"
description: "Instructions how to setup Blinkstick lights within Home Assistant."
date: 2015-10-08 10:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: blinkstick.png
ha_category: Light
---
<img src='/images/supported_brands/blinkstick.png' class='brand pull-right' />
The blinkstick platform let you can control your [Blinkstick](https://www.blinkstick.com/) lights from within Home Assistant.
To add blinkstick to your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Philips Hue support"
layout: component
title: "Philips Hue"
description: "Instructions how to setup Philips Hue within Home Assistant."
date: 2015-03-23 20:09
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: philips_hue.png
ha_category: Light
---
<img src='/images/supported_brands/philips_hue.png' class='brand pull-right' />
Philips Hue support is integrated into Home Assistant as a light platform. The preferred way to setup the Philips Hue platform is by enabling the [the discovery component]({{site_root}}/components/discovery.html).

View File

@ -1,16 +1,16 @@
---
layout: page
title: "LimitlessLED support"
layout: component
title: "LimitlessLED"
description: "Instructions how to setup LimitlessLED within Home Assistant."
date: 2015-06-10 22:48
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Light
---
<img src='/images/supported_brands/dialog-information.png' class='brand pull-right' />
The limitlessled can control your [LimitlessLED](http://www.limitlessled.com/) lights from within Home Assistant. The lights are also known as EasyBulb, AppLight, AppLamp, MiLight, LEDme, dekolight or iLight.
To add limitlessled to your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
layout: component
title: "Lights"
description: "Instructions how to setup your lights with Home Assistant."
date: 2015-01-24 14:39
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true

View File

@ -1,9 +1,9 @@
---
layout: page
title: "RFXtrx light support"
layout: component
title: "RFXtrx light"
description: "Instructions how to integrate RFXtrx lights into Home Assistant."
date: 2015-10-08 10:15
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true

View File

@ -1,9 +1,9 @@
---
layout: page
title: "TellStick lights support"
layout: component
title: "TellStick lights"
description: "Instructions how to integrate TellStick lights into Home Assistant."
date: 2015-08-06 19:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: telldus_tellstick.png
ha_category: Light
---
<img src='/images/supported_brands/telldus_tellstick.png' class='brand pull-right' />
This tellstick light platform allows you to control your [TellStick](http://www.telldus.se/products/tellstick) dimmers.
To use your TellStick device in your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Vera lights support"
layout: component
title: "Vera lights"
description: "Instructions how to integrate Vera lights into Home Assistant."
date: 2015-10-20 21:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: vera.png
ha_category: Light
---
<img src='/images/supported_brands/vera.png' class='brand pull-right' />
This vera light platform allows you to control your [Vera](http://getvera.com/) lights.
This platform is useful if you wish for switches connected to your Vera controller to appear as lights in Home Assistant. All switches will be added as a light unless you exclude them in the configuration file.

View File

@ -1,9 +1,9 @@
---
layout: page
layout: component
title: "Wink lights"
description: "Instructions how to setup the Wink lights within Home Assistant."
date: 2015-01-20 22:36
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: wink.png
ha_category: Light
---
<img src='/images/supported_brands/wink.png' class='brand pull-right' />
The wink sensor platform allows you to use your [Wink](http://www.wink.com/) lights.
The requirement is that you have setup your [Wink hub](/components/light.wink.html).

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Logbook support"
layout: component
title: "Logbook"
description: "Instructions how to enable the logbook component for Home Assistant."
date: 2015-04-25 9:23
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Google Cast support"
layout: component
title: "Google Cast"
description: "Instructions how to integrate Google Cast into Home Assistant."
date: 2015-03-23 19:59
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: google_cast.png
ha_category: Media Player
---
<img src='/images/supported_brands/google_cast.png' class='brand pull-right' />
Google Cast devices will be automatically discovered if you enable [the discovery component]({{site_root}}/components/discovery.html). There is a issue where Chromecasts can only be discovered if your device is connected to the same subnet as your Chromecast.
Chromecast platform can also be forced to load by adding the following lines to your `configuration.yaml`:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Denon Network Receivers support"
layout: component
title: "Denon Network Receivers"
description: "Instructions how to integrate Denon Network Receivers into Home Assistant."
date: 2015-09-08 09:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: denon.png
ha_category: Media Player
---
<img src='/images/supported_brands/denon.png' class='brand pull-right' />
The denon platform allows you to control a [Denon Network Receivers](http://www.denon.co.uk/chg/product/compactsystems/networkmusicsystems/ceolpiccolo) from Home Assistant.
Supported devices:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "FireTV support"
layout: component
title: "FireTV"
description: "Instructions how to integrate Music Player Daemon into Home Assistant."
date: 2015-10-23 18:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: firetv.png
ha_category: Media Player
---
<img src='/images/supported_brands/firetv.png' class='brand pull-right' />
The firetv platform allows you to control a [Amazon Fire TV/stick](http://www.amazon.com/Amazon-DV83YW-Fire-TV/dp/B00U3FPN4U).
The python-firetv Python 2.x module with its helper script that exposes a HTTP server to fetch state and perform actions is used.

View File

@ -1,9 +1,9 @@
---
layout: page
title: "iTunes support"
layout: component
title: "iTunes"
description: "Instructions how to integrate iTunes into Home Assistant."
date: 2015-06-22 11:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: itunes.png
ha_category: Media Player
---
<img src='/images/supported_brands/itunes.png' class='brand pull-right' />
The iTunes platform allows you to control [iTunes](http://apple.com/itunes/) from Home Assistant. It uses a 3rd party server that you run on your Mac called [itunes-api](https://github.com/maddox/itunes-api). Play, pause, or skip songs remotely on iTunes running on your Mac.
In addition to controlling iTunes, your available AirPlay endpoints will be added as media players as well. You can then individually address them append turn them on, turn them off, or adjust their volume.

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Kodi support"
layout: component
title: "Kodi"
description: "Instructions how to integrate Kodi into Home Assistant."
date: 2015-06-22 11:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: kodi.png
ha_category: Media Player
---
<img src='/images/supported_brands/kodi.png' class='brand pull-right' />
The kodi platform allows you to control a [Kodi](http://kodi.tv/) multimedia system from Home Assistant.
To add Kodi to your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
layout: component
title: "Media Player"
description: "Instructions how to setup your media players with Home Assistant."
date: 2015-01-24 14:39
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Music Player Daemon support"
layout: component
title: "Music Player Daemon"
description: "Instructions how to integrate Music Player Daemon into Home Assistant."
date: 2015-06-02 08:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: mpd.png
ha_category: Media Player
---
<img src='/images/supported_brands/mpd.png' class='brand pull-right' />
The mpd platform allows you to control a [Music Player Daemon](http://www.musicpd.org/) from Home Assistant. Unfortunatly you will not be able to manipulate the playlist (add or delete songs) or add transitions between the songs.
To add MPD to your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
layout: component
title: "Plex"
description: "Instructions how to integrate Plex into Home Assistant."
date: 2015-10-05 21:21
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: plex.png
ha_category: Media Player
---
<img src='/images/supported_brands/plex.png' class='brand pull-right' />
The Plex platform allows you to connect a [Plex Media Server](https://plex.tv) to Home Assistant. It will allow you to control media playback and see the current playing item.
To add Plex to your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Sonos support"
layout: component
title: "Sonos"
description: "Instructions how to integrateSonos devices into Home Assistant."
date: 2015-09-12 13:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: sonos.png
ha_category: Media Player
---
<img src='/images/supported_brands/sonos.png' class='brand pull-right' />
The sonos platform allows you to control your [Sonos](http://www.sonos.com) HiFi wireless speakers and audio components from Home Assistant.
To add your Sonos components to your installation, add the following to your `configuration.yaml` file. It will perform auto-discovery of your connected speakers.

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Logitech Squeezebox support"
layout: component
title: "Logitech Squeezebox"
description: "Instructions how to integrate a Logitech Squeezebox into Home Assistant."
date: 2015-08-09 11:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: logitech.png
ha_category: Media Player
---
<img src='/images/supported_brands/logitech.png' class='brand pull-right' />
The squeezebox platform allows you to control a [Logitech Squeezebox](https://en.wikipedia.org/wiki/Squeezebox_%28network_music_player%29) multimedia system from Home Assistant.
To add your Squeezebox to your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
layout: component
title: "Modbus"
description: "Instructions how to integrate Modbus within Home Assistant."
date: 2015-04-25 9:16
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: modbus.png
ha_category: Hub
---
<img src='/images/supported_brands/modbus.png' class='brand pull-right' />
[Modbus](http://www.modbus.org/) is a serial communication protocol to control PLCs (Programmable logic controller). It currently supports sensors and switches which can be controlled over serial, TCP, and UDP connections.
To add modbus to your installation, add the following to your `configuration.yaml` file:

View File

@ -1,14 +1,15 @@
---
layout: page
layout: component
title: "MQTT"
description: "Instructions how to setup MQTT within Home Assistant."
date: 2015-08-07 18:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
logo: mqtt.png
---
<img src='/images/supported_brands/mqtt.png' class='brand pull-right' />
MQTT (aka MQ Telemetry Transport) is a machine-to-machine or "Internet of Things" connectivity protocol on top of TCP/IP. It allows extremely lightweight publish/subscribe messaging transport.
To integrate MQTT into Home Assistant, add the following section to your `configuration.yaml` file:

View File

@ -1,16 +1,16 @@
---
layout: page
title: "File notification support"
layout: component
title: "File notification"
description: "Instructions how to add file notifications to Home Assistant."
date: 2015-06-22 10:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Notify
ha_category: Notifications
---
<img src='/images/supported_brands/text-x-generic.png' class='brand pull-right' />
The file platform allows you to store notifications from Home Assistant as a file.
To enable file notifications in your installation, add the following to your `configuration.yaml` file:

View File

@ -1,17 +1,17 @@
---
layout: page
title: "Instapush notification support"
layout: component
title: "Instapush"
description: "Instructions how to add Instapush notifications to Home Assistant."
date: 2015-05-01 18:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
logo: instapush.png
ha_category: Notify
ha_category: Notifications
---
<img src='/images/supported_brands/instapush.png' class='brand pull-right' />
The instapush platform uses [Instapush](https://instapush.im) to delivery notifications from Home Assistant to your Android or iOS device.
The Instapush [Getting Started page](https://instapush.im/home/start/) will guide through the process of creating the required items.

View File

@ -1,9 +1,9 @@
---
layout: page
layout: component
title: "Notifications"
description: "Instructions how to add user notifications to Home Assistant."
date: 2015-01-20 22:36
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true

View File

@ -1,17 +1,17 @@
---
layout: page
title: "Notify My Android (NMA) notification support"
layout: component
title: "Notify My Android"
description: "Instructions how to add user notifications to Home Assistant."
date: 2015-05-01 18:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
logo: nma.png
ha_category: Notify
ha_category: Notifications
---
<img src='/images/supported_brands/nma.png' class='brand pull-right' />
The nma platform uses [Notify My Android (NMA)](http://www.notifymyandroid.com/) to delivery notifications from Home Assistant to your Android device.
To add NMA to your installation, add the following to your `configuration.yaml` file:

View File

@ -1,17 +1,17 @@
---
layout: page
title: "PushBullet notification support"
layout: component
title: "PushBullet"
description: "Instructions how to add user notifications to Home Assistant."
date: 2015-01-20 22:36
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
logo: pushbullet.png
ha_category: Notify
ha_category: Notifications
---
<img src='/images/supported_brands/pushbullet.png' class='brand pull-right' />
Home Assistant currently supports the awesome [PushBullet](https://www.pushbullet.com/), a free service to send information between your phones, browsers and friends.
To add PushBullet to your installation, add the following to your `configuration.yaml` file:

View File

@ -1,17 +1,17 @@
---
layout: page
title: "Notifications"
layout: component
title: "PushOver"
description: "Instructions how to add user notifications to Home Assistant."
date: 2015-01-20 22:36
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
logo: pushover.png
ha_category: Notify
ha_category: Notifications
---
<img src='/images/supported_brands/pushover.png' class='brand pull-right' />
The [PushOver service](https://pushover.net/) is a platform for the notify component. This allows components to send messages to the user using PushOver.
To use PushOver notifications, add the following to your `configuration.yaml` file:

View File

@ -1,17 +1,17 @@
---
layout: page
title: "Slack notification support"
layout: component
title: "Slack"
description: "Instructions how to add Slack notifications to Home Assistant."
date: 2015-08-06 18:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
logo: slack.png
ha_category: Notify
ha_category: Notifications
---
<img src='/images/supported_brands/slack.png' class='brand pull-right' />
The slack platform allows you to deliver notifications from Home Assistant to [Slack](https://slack.com/).
You need to obtain the [Slack API token](https://api.slack.com/web?sudo=1) to be able to send notifications.

View File

@ -1,17 +1,17 @@
---
layout: page
title: "SMTP notification support"
layout: component
title: "SMTP"
description: "Instructions how to add e-mail notifications to Home Assistant."
date: 2015-06-03 18:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
logo: smtp.png
ha_category: Notify
ha_category: Notifications
---
<img src='/images/supported_brands/smtp.png' class='brand pull-right' />
The smtp platform allows you to deliver notifications from Home Assistant to an e-mail recipient.
To enable notification by e-mail in your installation, add the following to your `configuration.yaml` file:

View File

@ -1,16 +1,16 @@
---
layout: page
title: "Syslog notification support"
layout: component
title: "Syslog"
description: "Instructions how to add syslog notifications to Home Assistant."
date: 2015-06-09 16:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Notify
ha_category: Notifications
---
<img src='/images/supported_brands/applications-system.png' class='brand pull-right' />
The syslog platform allows you to deliver notifications from Home Assistant to the local syslog.
To enable syslog notifications in your installation, add the following to your `configuration.yaml` file:

View File

@ -1,17 +1,17 @@
---
layout: page
title: "Telegram notification support"
layout: component
title: "Telegram"
description: "Instructions how to add Telegram notifications to Home Assistant."
date: 2015-10-09 18:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
logo: telegram.png
ha_category: Notify
ha_category: Notifications
---
<img src='/images/supported_brands/telegram.png' class='brand pull-right' />
The telegram platform uses [Telegram](https://web.telegram.org) to delivery notifications from Home Assistant to your Android device, your Windows phone, or your iOS device.
The requirement are:

View File

@ -1,17 +1,17 @@
---
layout: page
title: "Jabber (XMPP) notification support"
layout: component
title: "Jabber (XMPP)"
description: "Instructions how to add Jabber (XMPP) notifications to Home Assistant."
date: 2015-05-08 18:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
logo: xmpp.png
ha_category: Notify
ha_category: Notifications
---
<img src='/images/supported_brands/xmpp.png' class='brand pull-right' />
The xmpp platform allows you to deliver notifications from Home Assistant to a [Jabber (XMPP)](http://xmpp.org) account.
```yaml

View File

@ -1,9 +1,9 @@
---
layout: page
title: "RFXtrx support"
layout: component
title: "RFXtrx"
description: "Instructions how to integrate RFXtrx into Home Assistant."
date: 2015-10-08 10:15
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true

View File

@ -1,9 +1,9 @@
---
layout: page
layout: component
title: "Scenes"
description: "Instructions how to setup scenes within Home Assistant."
date: 2015-03-23 19:59
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true

View File

@ -1,9 +1,9 @@
---
layout: page
layout: component
title: "Scripts"
description: "Instructions how to setup scripts within Home Assistant."
date: 2015-03-23 19:59
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true

View File

@ -1,17 +1,17 @@
---
layout: page
title: "Arduino sensor support"
layout: component
title: "Arduino sensor"
description: "Instructions how to integrate Arduino boards within Home Assistant."
date: 2015-09-14 18:28
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
logo: arduino.png
ha_category: Sensor
ha_category: DIY
---
<img src='/images/supported_brands/arduino.png' class='brand pull-right' />
The arduino sensor platform allows allow you to get an numerical values from an analog input pin of an [Arduino](https://www.arduino.cc/) board. Usually the value is between 0 and 1024.
To enable an Arduino sensor with Home Assistant, add the following section to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "aREST sensor support"
layout: component
title: "aREST sensor"
description: "Instructions how to integrate aREST sensors within Home Assistant."
date: 2015-09-07 18:15
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: arest.png
ha_category: Sensor
---
<img src='/images/supported_brands/arest.png' class='brand pull-right' />
The arest sensor platform allows you to get all data from your devices (like Arduinos with a ethernet/wifi connection, the ESP8266, and the Raspberry Pi) running the [aREST](http://arest.io/) RESTful framework.
To use your aREST enabled device in your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Bitcoin support"
layout: component
title: "Bitcoin"
description: "Instructions how to integrate Bitcoin data within Home Assistant."
date: 2015-05-08 17:15
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: bitcoin.png
ha_category: Sensor
---
<img src='/images/supported_brands/bitcoin.png' class='brand pull-right' />
The bitcoin platform displays various details about the [Bitcoin](https://bitcoin.org) network.
If you have an online wallet from [Blockchain.info](https://blockchain.info/) the sensor is capable to show your current balance.

View File

@ -1,16 +1,16 @@
---
layout: page
title: "Command line sensors support"
layout: component
title: "Command line sensors"
description: "Instructions how to integrate commandline sensors into Home Assistant."
date: 2015-09-13 10:10
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Sensor
---
<img src='/images/supported_brands/utilities-terminal.png' class='brand pull-right' />
A sensor platform that issues specific commands to get data. This might very well become our most powerful platform as it allows anyone to integrate any type of switch into Home Assistant that can be controlled from the command line, including calling other scripts!
To enable it, add the following lines to your `configuration.yaml`:

View File

@ -1,16 +1,16 @@
---
layout: page
title: "Monitor CPU speed"
layout: component
title: "CPU speed"
description: "Instructions how to integrate CPU speed within Home Assistant."
date: 2015-10-15 11:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Sensor
---
<img src='/images/supported_brands/utilities-system-monitor.png' class='brand pull-right' />
The cpuspeed sensor platform to allow you to monitor the current CPU speed.
To add this platform to your installation, add the following to your `configuration.yaml` file:

View File

@ -1,17 +1,16 @@
---
layout: page
title: "DHT support"
layout: component
title: "DHT"
description: "Instructions how to integrate DHTxx sensors within Home Assistant."
date: 2015-08-30 19:15
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
logo: dht.png
ha_category: DIY
---
<img src='/images/supported_brands/dht.png' class='brand pull-right' />
The dht sensor platform allows you to get the current temperature and humidity from a DHT11, DHT22, or AM2302 device.
To use your DHTxx sensor in your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Efergy support"
layout: component
title: "Efergy"
description: "Instructions how to integrate Efergy devices within Home Assistant."
date: 2015-07-11 0:15
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: efergy.png
ha_category: Sensor
---
<img src='/images/supported_brands/efergy.png' class='brand pull-right' />
Integrate your [Efergy](https://efergy.com) meter information into Home Assistant. To get an app token, log in to your efergy account, go to the Settings page, click on App tokens, and click "Add token".
```yaml

View File

@ -1,16 +1,16 @@
---
layout: page
title: "Forecast.io support"
layout: component
title: "Forecast.io"
description: "Instructions how to integrate Forecast.io within Home Assistant."
date: 2015-04-25 9:06
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Weather
---
<img src='/images/supported_brands/weather-few-clouds.png' class='brand pull-right' />
The forecast platform uses the [Forecast.io](https://forecast.io/) web service as a source for meteorological data for your location. The location is based on the Longitude and Latitude cooridinates configured in `configuration.yaml`. The cooridinates are auto detected but to take advantage of the hyper-local weather reported by forecast.io, you can refine them down to your exact home address. GPS cooridinates can be found by using Google Maps and clicking on your home.
You need an API key which is free but requires a [registration](https://developer.forecast.io/register). You can make 1000 requests per day. This means that you could create approximately every 1.4 minute one.

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Glances sensor support"
layout: component
title: "Glances sensor"
description: "Instructions how to integrate Glances sensors into Home Assistant."
date: 2015-09-14 19:10
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: glances.png
ha_category: Sensor
---
<img src='/images/supported_brands/glances.png' class='brand pull-right' />
The glances sensor platform is consuming the system information provided by the [Glances](https://github.com/nicolargo/glances) API. This enables one to track remote host and display their stats in Home Assistant.
This sensors needs a running isntance of `glances` on the host:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Modbus sensors support"
layout: component
title: "Modbus sensors"
description: "Instructions how to integrate Modbus sensors into Home Assistant."
date: 2015-08-30 23:38
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: modbus.png
ha_category: Sensor
---
<img src='/images/supported_brands/modbus.png' class='brand pull-right' />
The modbus sensor platform allows you to gather data from your [Modbus](http://www.modbus.org/) sensors.
To use your Modbus sensors in your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "MQTT Sensor support"
layout: component
title: "MQTT Sensor"
description: "Instructions how to integrate MQTT sensors within Home Assistant."
date: 2015-05-30 23:21
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: mqtt.png
ha_category: Sensor
---
<img src='/images/supported_brands/mqtt.png' class='brand pull-right' />
This MQTT sensor implementation uses the MQTT message payload as the sensor value. If messages in this state_topic are published with *RETAIN* flag, the sensor will receive an instant update with last known value. Otherwise, the initial state will be undefined.
To use your MQTT sensor in your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "MySensors sensors support"
layout: component
title: "MySensors"
description: "Instructions how to integrate MySensors sensors into Home Assistant."
date: 2015-05-14 21:57
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: mysensors.png
ha_category: Sensor
---
<img src='/images/supported_brands/mysensors.png' class='brand pull-right' />
The [MySensors](https://www.mysensors.org) project combines Arduino boards with NRF24L01 radio boards to build sensor networks.
Integrate your Serial MYSensors Gateway by adding the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "OpenWeatherMap support"
layout: component
title: "OpenWeatherMap"
description: "Instructions how to integrate OpenWeatherMap within Home Assistant."
date: 2015-04-25 9:06
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: openweathermap.png
ha_category: Weather
---
<img src='/images/supported_brands/openweathermap.png' class='brand pull-right' />
The openweathermap platform uses [OpenWeatherMap](http://openweathermap.org/) as an source for current meteorological data for your location. The `forecast` will show you the condition in 3 h.
You need an API key which is free but requires a [registration](http://home.openweathermap.org/users/sign_up).

View File

@ -1,16 +1,16 @@
---
layout: page
title: "RESTful sensor support"
layout: component
title: "RESTful sensor"
description: "Instructions how to integrate REST sensors into Home Assistant."
date: 2015-09-14 19:10
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Sensor
---
<img src='/images/supported_brands/rest.png' class='brand pull-right' />
The rest sensor platform is consuming a given endpoint which is exposed by a [RESTful API](https://en.wikipedia.org/wiki/Representational_state_transfer) of a device, an application, or a web service. The sensor has support for GET and POST requests.
To enable this sensor, add the following lines to your `configuration.yaml` file for a GET request:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "RFXtrx sensors support"
layout: component
title: "RFXtrx sensors"
description: "Instructions how to integrate RFXtrx sensors into Home Assistant."
date: 2015-08-06 17:15
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true

View File

@ -1,17 +1,17 @@
---
layout: page
title: "Raspberry PI GPIO sensor support"
layout: component
title: "Raspberry PI GPIO sensor"
description: "Instructions how to integrate the GPIO sensor capability of a Raspberry PI into Home Assistant."
date: 2015-08-30 19:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
logo: raspberry-pi.png
ha_category: Sensor
ha_category: DIY
---
<img src='/images/supported_brands/raspberry-pi.png' class='brand pull-right' />
The rpi_gpio sensor platform allows you to read sensor values of the GPIOs of your [Raspberry Pi](https://www.raspberrypi.org/).
To use your Raspberry Pi's GPIO in your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "SABnzbd support"
layout: component
title: "SABnzbd"
description: "Instructions how to integrate SABnzbd within Home Assistant."
date: 2015-03-23 19:59
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: sabnzbd.png
ha_category: Sensor
---
<img src='/images/supported_brands/sabnzbd.png' class='brand pull-right' />
The sabnzbd platform will allow you to monitor your downloads with [SABnzbd](http://sabnzbd.org) from within Home Assistant and setup automation based on the information.
To use sabnzbd with your installation, add the following to your `configuration.yaml` file:

View File

@ -1,16 +1,16 @@
---
layout: page
title: "Swiss Public Transport support"
layout: component
title: "Swiss Public Transport"
description: "Instructions how to integrate timetable data for travelling in Switzerland within Home Assistant."
date: 2015-06-02 21:45
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Sensor
---
<img src='/images/supported_brands/appointment-new.png' class='brand pull-right' />
The swiss public transport sensor will give you the next two departure times from a given location to another one in Switzerland.
The [Stationboard](http://transport.opendata.ch/examples/stationboard.html) website can help to determine the exact name of the start and the end station. With the station names it's necessary to search for the ID of those stations:

View File

@ -1,16 +1,15 @@
---
layout: page
layout: component
title: "Monitor server resources"
description: "Instructions how to integrate server resources within Home Assistant."
date: 2015-03-23 19:59
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Sensor
---
<img src='/images/supported_brands/utilities-system-monitor.png' class='brand pull-right' />
The system monitoring sensor platform to allow you to monitor disk usage, memory usage, CPU usage, and running processes. This platform has superseded the process component which is now considered deprecated.
To add this platform to your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "TellStick sensors support"
layout: component
title: "TellStick sensors"
description: "Instructions how to integrate TellStick sensors into Home Assistant."
date: 2015-08-06 19:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: telldus_tellstick.png
ha_category: Sensor
---
<img src='/images/supported_brands/telldus_tellstick.png' class='brand pull-right' />
This tellstick sensor platform allows you to get current meteorological data from a [TellStick](http://www.telldus.se/products/tellstick) device.
To use your TellStick device in your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "TEMPer sensors support"
layout: component
title: "TEMPer sensors"
description: "Instructions how to integrate TEMPer sensors into Home Assistant."
date: 2015-08-06 19:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true

View File

@ -1,16 +1,16 @@
---
layout: page
title: "Time & Date support"
layout: component
title: "Time & Date"
description: "Instructions how to integrate the time and the date within Home Assistant."
date: 2015-05-08 17:15
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Sensor
---
<img src='/images/supported_brands/clock.png' class='brand pull-right' />
The time and date platform simple displays the time in various formats, the date, or both.
To enable this sensor in your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Transmission support"
layout: component
title: "Transmission"
description: "Instructions how to integrate Transmission within Home Assistant."
date: 2015-04-25 9:06
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: transmission.png
ha_category: Sensor
---
<img src='/images/supported_brands/transmission.png' class='brand pull-right' />
The [Transmission](http://www.transmissionbt.com/) platform allows you to monitor your downloads from within Home Assistant and setup automation based on the information.
```yaml

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Vera sensors support"
layout: component
title: "Vera sensors"
description: "Instructions how to integrate Vera sensors into Home Assistant."
date: 2015-10-20 21:00
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: vera.png
ha_category: Sensor
---
<img src='/images/supported_brands/vera.png' class='brand pull-right' />
This vera sensor platform allows you to get data from your [Vera](http://getvera.com/) sensors.
To use your Vera sensor in your installation, add the following to your `configuration.yaml` file:

View File

@ -1,9 +1,9 @@
---
layout: page
layout: component
title: "Wink sensors"
description: "Instructions how to setup the Wink sensors within Home Assistant."
date: 2015-01-20 22:36
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: wink.png
ha_category: Sensor
---
<img src='/images/supported_brands/wink.png' class='brand pull-right' />
The wink sensor platform allows you to get data from your [Wink](http://www.wink.com/) sensors.
The requirement is that you have setup your [Wink hub](/components/light.wink.html).

View File

@ -1,16 +1,16 @@
---
layout: page
title: "Worldclock support"
layout: component
title: "Worldclock"
description: "Instructions how to integrate a Worldclock within Home Assistant."
date: 2015-10-02 11:15
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Sensor
---
<img src='/images/supported_brands/clock.png' class='brand pull-right' />
The worldclock platform simple displays the current time in a different time zone
To enable this sensor in your installation, add the following to your `configuration.yaml` file:

View File

@ -1,16 +1,16 @@
---
layout: page
title: "Shell command component"
layout: component
title: "Shell command"
description: "Instructions how to integrate Shell commands into Home Assistant."
date: 2015-10-13 19:10
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Other
---
<img src='/images/supported_brands/utilities-terminal.png' class='brand pull-right' />
This component can expose regular shell commands as services.
```yaml

View File

@ -1,15 +1,15 @@
---
layout: page
layout: component
title: "Intruder Alerts"
description: "Instructions how to receive intruder alerts from Home Assistant."
date: 2015-01-20 22:36
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
---
<img src='/images/supported_brands/emblem-important.png' class='brand pull-right' />
The component `simple_alarm` is capable of detecting intruders. It does so by checking if lights are being turned on while there is no one at home. When this happens it will turn the lights red, flash them for 30 seconds and send a message via [the notifiy component]({{site_root}}/components/notify.html). It will also flash a specific light when a known person comes home.
This component depends on the components [device_tracker]({{site_root}}/components/device_tracker.html) and [light]({{site_root}}/components/light.html) being setup.

View File

@ -1,16 +1,16 @@
---
layout: page
title: "Tracking the Sun"
layout: component
title: "Sun"
description: "Instructions how to track the sun within Home Assistant."
date: 2015-01-24 14:39
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Weather
---
<img src='/images/supported_brands/weather-clear.png' class='brand pull-right' />
The `sun` component will use your current location to track if the sun is above or below the horizon.
The sun can be used within automation as [a trigger with an optional offset to simulate dawn/dusk][automation-trigger].

Some files were not shown because too many files have changed in this diff Show More