mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Component details pages added
This commit is contained in:
parent
04f48395d6
commit
03d0d75ae1
@ -308,17 +308,26 @@ p.note {
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;
|
box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
.img-container {
|
.img-container {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
text-align: center;
|
|
||||||
margin-bottom: 8px;
|
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 {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 50px;
|
max-height: 50px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border: 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -14,7 +14,7 @@ body{ -webkit-animation: bugfix infinite 1s; }
|
|||||||
#toggle, .toggle { display: none; }
|
#toggle, .toggle { display: none; }
|
||||||
.menu li { list-style: none; float:left; }
|
.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: $lap-end){
|
||||||
@media only screen and (max-width: $menu-collapse){
|
@media only screen and (max-width: $menu-collapse){
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Manual alarm support"
|
title: "Manual Alarm Control Panel"
|
||||||
description: "Instructions how to integrate manual alarms into Home Assistant."
|
description: "Instructions how to integrate manual alarms into Home Assistant."
|
||||||
date: 2015-10-13 19:10
|
date: 2015-10-13 19:10
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Alarm Control Panel
|
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.
|
This platform enables you to set manual alarms in Home Assistant.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Alarm panel support"
|
title: "Alarm panel"
|
||||||
description: "Instructions how to integrate Alarm Control Panels into Home Assistant."
|
description: "Instructions how to integrate Alarm Control Panels into Home Assistant."
|
||||||
date: 2015-10-13 19:10
|
date: 2015-10-13 19:10
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: 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:
|
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)
|
- [Manual](/components/alarm_control_panel.manual.html)
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "MQTT alarm support"
|
title: "MQTT Alarm Control Panel"
|
||||||
description: "Instructions how to integrate MQTT alarms into Home Assistant."
|
description: "Instructions how to integrate MQTT alarms into Home Assistant."
|
||||||
date: 2015-09-14 19:10
|
date: 2015-09-14 19:10
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: mqtt.png
|
|||||||
ha_category: "Alarm Control Panel"
|
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
|
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
|
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,
|
alarm will receive an instant state update after subscription and will start with correct state. Otherwise,
|
||||||
|
@ -1,20 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Arduino"
|
title: "Arduino"
|
||||||
description: "Instructions how to setup an Arduino boards within Home Assistant."
|
description: "Instructions how to setup an Arduino boards within Home Assistant."
|
||||||
date: 2015-06-27 10:28
|
date: 2015-06-27 10:28
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: arduino.png
|
logo: arduino.png
|
||||||
ha_category: DIY
|
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.
|
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.
|
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.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Automation"
|
title: "Automation"
|
||||||
description: "Instructions how to setup automation within Home Assistant."
|
description: "Instructions how to setup automation within Home Assistant."
|
||||||
date: 2015-01-20 22:36
|
date: 2015-01-20 22:36
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Browser"
|
title: "Browser"
|
||||||
description: "Instructions how to setup the browser component with Home Assistant."
|
description: "Instructions how to setup the browser component with Home Assistant."
|
||||||
date: 2015-01-24 14:39
|
date: 2015-01-24 14:39
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Other
|
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.
|
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`:
|
To load this component, add the following lines to your `configuration.yaml`:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Foscam IP camera support"
|
title: "Foscam IP camera"
|
||||||
description: "Instructions how to integrate Foscam IP cameras within Home Assistant."
|
description: "Instructions how to integrate Foscam IP cameras within Home Assistant."
|
||||||
date: 2015-09-17 08:01
|
date: 2015-09-17 08:01
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: foscam.png
|
|||||||
ha_category: Camera
|
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.
|
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:
|
To enable your Foscam IP camera in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Generic IP Camera"
|
title: "Generic IP Camera"
|
||||||
description: "Instructions how to integrate IP cameras within Home Assistant."
|
description: "Instructions how to integrate IP cameras within Home Assistant."
|
||||||
date: 2015-07-11 0:36
|
date: 2015-07-11 0:36
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Camera
|
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.
|
This component allows you to integrate any IP camera into Home Assistant. It supports fetching images from a url with optional HTTP authentication.
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Configurator"
|
title: "Configurator"
|
||||||
description: "Instructions how to integrate the configurator in your components."
|
description: "Instructions how to integrate the configurator in your components."
|
||||||
date: 2015-03-15 00:51
|
date: 2015-03-15 00:51
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Conversation"
|
title: "Conversation"
|
||||||
description: "Instructions how to have conversations with your Home Assistant."
|
description: "Instructions how to have conversations with your Home Assistant."
|
||||||
date: 2015-03-15 00:39
|
date: 2015-03-15 00:39
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: 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>`.
|
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:
|
To enable the conversion option in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Automating your lights"
|
title: "Automating your lights"
|
||||||
description: "Instructions how to automate your lights with Home Assistant."
|
description: "Instructions how to automate your lights with Home Assistant."
|
||||||
date: 2015-01-20 22:36
|
date: 2015-01-20 22:36
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Actiontec support"
|
title: "Actiontec"
|
||||||
description: "Instructions how to integrate Actiontec routers into Home Assistant."
|
description: "Instructions how to integrate Actiontec routers into Home Assistant."
|
||||||
date: 2015-08-30 19:00
|
date: 2015-08-30 19:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: actiontec.png
|
|||||||
ha_category: Presence Detection
|
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.
|
This platform allows you to detect presence by looking at connected devices to an [Actiontec](http://www.actiontec.com/) device.
|
||||||
|
|
||||||
Supported devices (tested):
|
Supported devices (tested):
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Aruba support"
|
title: "Aruba"
|
||||||
description: "Instructions how to integrate Aruba routers into Home Assistant."
|
description: "Instructions how to integrate Aruba routers into Home Assistant."
|
||||||
date: 2015-08-31 08:45
|
date: 2015-08-31 08:45
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: aruba.png
|
|||||||
ha_category: Presence Detection
|
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.
|
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):
|
Supported devices (tested):
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "ASUSWRT support"
|
title: "ASUSWRT"
|
||||||
description: "Instructions how to integrate ASUSWRT based routers into Home Assistant."
|
description: "Instructions how to integrate ASUSWRT based routers into Home Assistant."
|
||||||
date: 2015-08-06 19:00
|
date: 2015-08-06 19:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: asus.png
|
|||||||
ha_category: Presence Detection
|
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.
|
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'>
|
<p class='note warning'>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "DD-WRT support"
|
title: "DD-WRT"
|
||||||
description: "Instructions how to integrate DD-WRT based routers into Home Assistant."
|
description: "Instructions how to integrate DD-WRT based routers into Home Assistant."
|
||||||
date: 2015-05-11 09:00
|
date: 2015-05-11 09:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: ddwrt.png
|
|||||||
ha_category: Presence Detection
|
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.
|
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:
|
To use a DD-WRRT router in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Geofancy device tracker"
|
title: "Geofancy"
|
||||||
description: "Instructions how to use Geofancy to track devices in Home Assistant."
|
description: "Instructions how to use Geofancy to track devices in Home Assistant."
|
||||||
date: 2015-10-13 19:00
|
date: 2015-10-13 19:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: geofancy.png
|
|||||||
ha_category: Presence Detection
|
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.
|
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:
|
To integrate Geofancy in Home Assistant, add the following section to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "OpenWRT support"
|
title: "OpenWRT"
|
||||||
description: "Instructions how to integrate OpenWRT routers into Home Assistant."
|
description: "Instructions how to integrate OpenWRT routers into Home Assistant."
|
||||||
date: 2015-03-23 19:59
|
date: 2015-03-23 19:59
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: openwrt.png
|
|||||||
ha_category: Presence Detection
|
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>.
|
Before this scanner can be used you have to install the luci RPC package on OpenWRT: <code>opkg install luci-mod-rpc</code>.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Device tracking"
|
title: "Device Tracker"
|
||||||
description: "Instructions how to setup device tracking within Home Assistant."
|
description: "Instructions how to setup device tracking within Home Assistant."
|
||||||
date: 2015-01-20 22:36
|
date: 2015-01-20 22:36
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "MQTT device tracker"
|
title: "MQTT device tracker"
|
||||||
description: "Instructions how to use MQTT to track devices in Home Assistant."
|
description: "Instructions how to use MQTT to track devices in Home Assistant."
|
||||||
date: 2015-09-19 20:41
|
date: 2015-09-19 20:41
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: mqtt.png
|
|||||||
ha_category: Presence Detection
|
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
|
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.
|
platform, you specify a unique topic for each device.
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Netgear support"
|
title: "Netgear"
|
||||||
description: "Instructions how to integrate Netgear routers into Home Assistant."
|
description: "Instructions how to integrate Netgear routers into Home Assistant."
|
||||||
date: 2015-03-23 19:59
|
date: 2015-03-23 19:59
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: netgear.png
|
|||||||
ha_category: Presence Detection
|
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.
|
This platform allows you to detect presence by looking at connected devices to a [Netgear](http://www.netgear.com/) device.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Nmap support"
|
title: "Nmap"
|
||||||
description: "Instructions how to integrate Nmap into Home Assistant."
|
description: "Instructions how to integrate Nmap into Home Assistant."
|
||||||
date: 2015-03-23 19:59
|
date: 2015-03-23 19:59
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Presence Detection
|
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
|
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,
|
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`).
|
including the network-prefix notation (`192.168.1.1/24`) and the range notation (`192.168.1.1-255`).
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Owntracks device tracker"
|
title: "Owntracks"
|
||||||
description: "Instructions how to use Owntracks to track devices in Home Assistant."
|
description: "Instructions how to use Owntracks to track devices in Home Assistant."
|
||||||
date: 2015-09-22 07:00
|
date: 2015-09-22 07:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: owntracks.png
|
|||||||
ha_category: Presence Detection
|
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
|
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
|
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.
|
will connect to the broker and monitor for new locations.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Generic SNMP support"
|
title: "SNMP"
|
||||||
description: "Instructions how to integrate SNMP into Home Assistant."
|
description: "Instructions how to integrate SNMP into Home Assistant."
|
||||||
date: 2015-10-08 12:00
|
date: 2015-10-08 12:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: network-snmp.png
|
|||||||
ha_category: Presence Detection
|
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.
|
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'>
|
<p class='note warning'>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Thomson support"
|
title: "Thomson"
|
||||||
description: "Instructions how to integrate Thomson routers into Home Assistant."
|
description: "Instructions how to integrate Thomson routers into Home Assistant."
|
||||||
date: 2015-08-30 19:00
|
date: 2015-08-30 19:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: technicolor.png
|
|||||||
ha_category: Presence Detection
|
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.
|
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.
|
This platform allows you to detect presence by looking at connected devices to a [Thomson](http://www.technicolor.com) device.
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Tomato support"
|
title: "Tomato"
|
||||||
description: "Instructions how to integrate Tomato routers into Home Assistant."
|
description: "Instructions how to integrate Tomato routers into Home Assistant."
|
||||||
date: 2015-03-23 19:59
|
date: 2015-03-23 19:59
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Presence Detection
|
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.
|
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
|
```yaml
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "TP-Link support"
|
title: "TP-Link"
|
||||||
description: "Instructions how to integrate TP-Link routers into Home Assistant."
|
description: "Instructions how to integrate TP-Link routers into Home Assistant."
|
||||||
date: 2015-06-22 10:30
|
date: 2015-06-22 10:30
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: tp-link.png
|
|||||||
ha_category: Presence Detection
|
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.
|
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
|
```yaml
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Discovery"
|
title: "Discovery"
|
||||||
description: "Instructions how to setup Home Assistant to discover new devices."
|
description: "Instructions how to setup Home Assistant to discover new devices."
|
||||||
date: 2015-01-24 14:39
|
date: 2015-01-24 14:39
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: 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:
|
Home Assistant can discover and automatically configure zeroconf/mDNS and uPnP devices on your network. Currently the `discovery` component can detect:
|
||||||
|
|
||||||
* Google Chromecast
|
* Google Chromecast
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Downloader"
|
title: "Downloader"
|
||||||
description: "Instructions how to setup the downloader component with Home Assistant."
|
description: "Instructions how to setup the downloader component with Home Assistant."
|
||||||
date: 2015-01-24 14:39
|
date: 2015-01-24 14:39
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Other
|
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.
|
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`:
|
To enable it, add the following lines to your `configuration.yaml`:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Group support"
|
title: "Group"
|
||||||
description: "Instructions how to setup groups within Home Assistant."
|
description: "Instructions how to setup groups within Home Assistant."
|
||||||
date: 2015-03-23 19:59
|
date: 2015-03-23 19:59
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "History support"
|
title: "History"
|
||||||
description: "Instructions how to enable history support for Home Assistant."
|
description: "Instructions how to enable history support for Home Assistant."
|
||||||
date: 2015-03-23 19:59
|
date: 2015-03-23 19:59
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: 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.
|
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:
|
To enable the history option in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,14 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "IFTTT - ManyThing Channel"
|
title: "ManyThing"
|
||||||
description: "Instructions how to setup ManyThing support with IFTTT."
|
description: "Instructions how to setup ManyThing support with IFTTT."
|
||||||
date: 2015-09-07 18:00
|
date: 2015-09-07 18:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: 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
|
[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.
|
camera for monitoring your home, your pets, anything! Comes with live streaming, motion activated alerts, cloud video recording, and more.
|
||||||
|
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "IFTTT"
|
title: "IFTTT"
|
||||||
description: "Instructions how to setup IFTTT within Home Assistant."
|
description: "Instructions how to setup IFTTT within Home Assistant."
|
||||||
date: 2015-09-07 18:00
|
date: 2015-09-07 18:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: ifttt.png
|
logo: ifttt.png
|
||||||
ha_category: Other
|
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
|
[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"
|
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
|
channel. See the [announcement blog post](/blog/2015/09/13/home-assistant-meets-ifttt/) for examples
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "ISY994 Controller"
|
title: "ISY994 Controller"
|
||||||
description: "Instructions how to setup the ISY994 controller within Home Assistant."
|
description: "Instructions how to setup the ISY994 controller within Home Assistant."
|
||||||
date: 2015-01-20 22:36
|
date: 2015-01-20 22:36
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Keyboard"
|
title: "Keyboard"
|
||||||
description: "Instructions how to simulate key presses with Home Assistant."
|
description: "Instructions how to simulate key presses with Home Assistant."
|
||||||
date: 2015-01-24 14:39
|
date: 2015-01-24 14:39
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Other
|
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):
|
The `keyboard` component simulates key presses on the host machine. It currently offers the following Buttons as a Service (BaaS):
|
||||||
|
|
||||||
* `keyboard/volume_up`
|
* `keyboard/volume_up`
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Blinkstick support"
|
title: "Blinkstick"
|
||||||
description: "Instructions how to setup Blinkstick lights within Home Assistant."
|
description: "Instructions how to setup Blinkstick lights within Home Assistant."
|
||||||
date: 2015-10-08 10:00
|
date: 2015-10-08 10:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: blinkstick.png
|
|||||||
ha_category: Light
|
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.
|
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:
|
To add blinkstick to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Philips Hue support"
|
title: "Philips Hue"
|
||||||
description: "Instructions how to setup Philips Hue within Home Assistant."
|
description: "Instructions how to setup Philips Hue within Home Assistant."
|
||||||
date: 2015-03-23 20:09
|
date: 2015-03-23 20:09
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: philips_hue.png
|
|||||||
ha_category: Light
|
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).
|
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).
|
||||||
|
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "LimitlessLED support"
|
title: "LimitlessLED"
|
||||||
description: "Instructions how to setup LimitlessLED within Home Assistant."
|
description: "Instructions how to setup LimitlessLED within Home Assistant."
|
||||||
date: 2015-06-10 22:48
|
date: 2015-06-10 22:48
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Light
|
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.
|
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:
|
To add limitlessled to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Lights"
|
title: "Lights"
|
||||||
description: "Instructions how to setup your lights with Home Assistant."
|
description: "Instructions how to setup your lights with Home Assistant."
|
||||||
date: 2015-01-24 14:39
|
date: 2015-01-24 14:39
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "RFXtrx light support"
|
title: "RFXtrx light"
|
||||||
description: "Instructions how to integrate RFXtrx lights into Home Assistant."
|
description: "Instructions how to integrate RFXtrx lights into Home Assistant."
|
||||||
date: 2015-10-08 10:15
|
date: 2015-10-08 10:15
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "TellStick lights support"
|
title: "TellStick lights"
|
||||||
description: "Instructions how to integrate TellStick lights into Home Assistant."
|
description: "Instructions how to integrate TellStick lights into Home Assistant."
|
||||||
date: 2015-08-06 19:00
|
date: 2015-08-06 19:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: telldus_tellstick.png
|
|||||||
ha_category: Light
|
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.
|
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:
|
To use your TellStick device in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Vera lights support"
|
title: "Vera lights"
|
||||||
description: "Instructions how to integrate Vera lights into Home Assistant."
|
description: "Instructions how to integrate Vera lights into Home Assistant."
|
||||||
date: 2015-10-20 21:00
|
date: 2015-10-20 21:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: vera.png
|
|||||||
ha_category: Light
|
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 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.
|
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.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Wink lights"
|
title: "Wink lights"
|
||||||
description: "Instructions how to setup the Wink lights within Home Assistant."
|
description: "Instructions how to setup the Wink lights within Home Assistant."
|
||||||
date: 2015-01-20 22:36
|
date: 2015-01-20 22:36
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: wink.png
|
|||||||
ha_category: Light
|
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 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).
|
The requirement is that you have setup your [Wink hub](/components/light.wink.html).
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Logbook support"
|
title: "Logbook"
|
||||||
description: "Instructions how to enable the logbook component for Home Assistant."
|
description: "Instructions how to enable the logbook component for Home Assistant."
|
||||||
date: 2015-04-25 9:23
|
date: 2015-04-25 9:23
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Google Cast support"
|
title: "Google Cast"
|
||||||
description: "Instructions how to integrate Google Cast into Home Assistant."
|
description: "Instructions how to integrate Google Cast into Home Assistant."
|
||||||
date: 2015-03-23 19:59
|
date: 2015-03-23 19:59
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: google_cast.png
|
|||||||
ha_category: Media Player
|
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.
|
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`:
|
Chromecast platform can also be forced to load by adding the following lines to your `configuration.yaml`:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Denon Network Receivers support"
|
title: "Denon Network Receivers"
|
||||||
description: "Instructions how to integrate Denon Network Receivers into Home Assistant."
|
description: "Instructions how to integrate Denon Network Receivers into Home Assistant."
|
||||||
date: 2015-09-08 09:00
|
date: 2015-09-08 09:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: denon.png
|
|||||||
ha_category: Media Player
|
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.
|
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:
|
Supported devices:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "FireTV support"
|
title: "FireTV"
|
||||||
description: "Instructions how to integrate Music Player Daemon into Home Assistant."
|
description: "Instructions how to integrate Music Player Daemon into Home Assistant."
|
||||||
date: 2015-10-23 18:00
|
date: 2015-10-23 18:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: firetv.png
|
|||||||
ha_category: Media Player
|
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 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.
|
The python-firetv Python 2.x module with its helper script that exposes a HTTP server to fetch state and perform actions is used.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "iTunes support"
|
title: "iTunes"
|
||||||
description: "Instructions how to integrate iTunes into Home Assistant."
|
description: "Instructions how to integrate iTunes into Home Assistant."
|
||||||
date: 2015-06-22 11:00
|
date: 2015-06-22 11:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: itunes.png
|
|||||||
ha_category: Media Player
|
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.
|
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.
|
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.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Kodi support"
|
title: "Kodi"
|
||||||
description: "Instructions how to integrate Kodi into Home Assistant."
|
description: "Instructions how to integrate Kodi into Home Assistant."
|
||||||
date: 2015-06-22 11:00
|
date: 2015-06-22 11:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: kodi.png
|
|||||||
ha_category: Media Player
|
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.
|
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:
|
To add Kodi to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Media Player"
|
title: "Media Player"
|
||||||
description: "Instructions how to setup your media players with Home Assistant."
|
description: "Instructions how to setup your media players with Home Assistant."
|
||||||
date: 2015-01-24 14:39
|
date: 2015-01-24 14:39
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Music Player Daemon support"
|
title: "Music Player Daemon"
|
||||||
description: "Instructions how to integrate Music Player Daemon into Home Assistant."
|
description: "Instructions how to integrate Music Player Daemon into Home Assistant."
|
||||||
date: 2015-06-02 08:00
|
date: 2015-06-02 08:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: mpd.png
|
|||||||
ha_category: Media Player
|
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.
|
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:
|
To add MPD to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Plex"
|
title: "Plex"
|
||||||
description: "Instructions how to integrate Plex into Home Assistant."
|
description: "Instructions how to integrate Plex into Home Assistant."
|
||||||
date: 2015-10-05 21:21
|
date: 2015-10-05 21:21
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: plex.png
|
|||||||
ha_category: Media Player
|
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.
|
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:
|
To add Plex to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Sonos support"
|
title: "Sonos"
|
||||||
description: "Instructions how to integrateSonos devices into Home Assistant."
|
description: "Instructions how to integrateSonos devices into Home Assistant."
|
||||||
date: 2015-09-12 13:00
|
date: 2015-09-12 13:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: sonos.png
|
|||||||
ha_category: Media Player
|
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.
|
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.
|
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.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Logitech Squeezebox support"
|
title: "Logitech Squeezebox"
|
||||||
description: "Instructions how to integrate a Logitech Squeezebox into Home Assistant."
|
description: "Instructions how to integrate a Logitech Squeezebox into Home Assistant."
|
||||||
date: 2015-08-09 11:00
|
date: 2015-08-09 11:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: logitech.png
|
|||||||
ha_category: Media Player
|
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.
|
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:
|
To add your Squeezebox to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Modbus"
|
title: "Modbus"
|
||||||
description: "Instructions how to integrate Modbus within Home Assistant."
|
description: "Instructions how to integrate Modbus within Home Assistant."
|
||||||
date: 2015-04-25 9:16
|
date: 2015-04-25 9:16
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: modbus.png
|
|||||||
ha_category: Hub
|
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.
|
[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:
|
To add modbus to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "MQTT"
|
title: "MQTT"
|
||||||
description: "Instructions how to setup MQTT within Home Assistant."
|
description: "Instructions how to setup MQTT within Home Assistant."
|
||||||
date: 2015-08-07 18:00
|
date: 2015-08-07 18:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: 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.
|
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:
|
To integrate MQTT into Home Assistant, add the following section to your `configuration.yaml` file:
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "File notification support"
|
title: "File notification"
|
||||||
description: "Instructions how to add file notifications to Home Assistant."
|
description: "Instructions how to add file notifications to Home Assistant."
|
||||||
date: 2015-06-22 10:00
|
date: 2015-06-22 10:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: 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.
|
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:
|
To enable file notifications in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Instapush notification support"
|
title: "Instapush"
|
||||||
description: "Instructions how to add Instapush notifications to Home Assistant."
|
description: "Instructions how to add Instapush notifications to Home Assistant."
|
||||||
date: 2015-05-01 18:00
|
date: 2015-05-01 18:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: instapush.png
|
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 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.
|
The Instapush [Getting Started page](https://instapush.im/home/start/) will guide through the process of creating the required items.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Notifications"
|
title: "Notifications"
|
||||||
description: "Instructions how to add user notifications to Home Assistant."
|
description: "Instructions how to add user notifications to Home Assistant."
|
||||||
date: 2015-01-20 22:36
|
date: 2015-01-20 22:36
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Notify My Android (NMA) notification support"
|
title: "Notify My Android"
|
||||||
description: "Instructions how to add user notifications to Home Assistant."
|
description: "Instructions how to add user notifications to Home Assistant."
|
||||||
date: 2015-05-01 18:00
|
date: 2015-05-01 18:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: nma.png
|
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.
|
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:
|
To add NMA to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "PushBullet notification support"
|
title: "PushBullet"
|
||||||
description: "Instructions how to add user notifications to Home Assistant."
|
description: "Instructions how to add user notifications to Home Assistant."
|
||||||
date: 2015-01-20 22:36
|
date: 2015-01-20 22:36
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: pushbullet.png
|
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.
|
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:
|
To add PushBullet to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Notifications"
|
title: "PushOver"
|
||||||
description: "Instructions how to add user notifications to Home Assistant."
|
description: "Instructions how to add user notifications to Home Assistant."
|
||||||
date: 2015-01-20 22:36
|
date: 2015-01-20 22:36
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: pushover.png
|
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.
|
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:
|
To use PushOver notifications, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Slack notification support"
|
title: "Slack"
|
||||||
description: "Instructions how to add Slack notifications to Home Assistant."
|
description: "Instructions how to add Slack notifications to Home Assistant."
|
||||||
date: 2015-08-06 18:00
|
date: 2015-08-06 18:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: slack.png
|
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/).
|
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.
|
You need to obtain the [Slack API token](https://api.slack.com/web?sudo=1) to be able to send notifications.
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "SMTP notification support"
|
title: "SMTP"
|
||||||
description: "Instructions how to add e-mail notifications to Home Assistant."
|
description: "Instructions how to add e-mail notifications to Home Assistant."
|
||||||
date: 2015-06-03 18:00
|
date: 2015-06-03 18:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: smtp.png
|
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.
|
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:
|
To enable notification by e-mail in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Syslog notification support"
|
title: "Syslog"
|
||||||
description: "Instructions how to add syslog notifications to Home Assistant."
|
description: "Instructions how to add syslog notifications to Home Assistant."
|
||||||
date: 2015-06-09 16:00
|
date: 2015-06-09 16:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: 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.
|
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:
|
To enable syslog notifications in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Telegram notification support"
|
title: "Telegram"
|
||||||
description: "Instructions how to add Telegram notifications to Home Assistant."
|
description: "Instructions how to add Telegram notifications to Home Assistant."
|
||||||
date: 2015-10-09 18:00
|
date: 2015-10-09 18:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: telegram.png
|
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 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:
|
The requirement are:
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Jabber (XMPP) notification support"
|
title: "Jabber (XMPP)"
|
||||||
description: "Instructions how to add Jabber (XMPP) notifications to Home Assistant."
|
description: "Instructions how to add Jabber (XMPP) notifications to Home Assistant."
|
||||||
date: 2015-05-08 18:00
|
date: 2015-05-08 18:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: xmpp.png
|
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.
|
The xmpp platform allows you to deliver notifications from Home Assistant to a [Jabber (XMPP)](http://xmpp.org) account.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "RFXtrx support"
|
title: "RFXtrx"
|
||||||
description: "Instructions how to integrate RFXtrx into Home Assistant."
|
description: "Instructions how to integrate RFXtrx into Home Assistant."
|
||||||
date: 2015-10-08 10:15
|
date: 2015-10-08 10:15
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Scenes"
|
title: "Scenes"
|
||||||
description: "Instructions how to setup scenes within Home Assistant."
|
description: "Instructions how to setup scenes within Home Assistant."
|
||||||
date: 2015-03-23 19:59
|
date: 2015-03-23 19:59
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Scripts"
|
title: "Scripts"
|
||||||
description: "Instructions how to setup scripts within Home Assistant."
|
description: "Instructions how to setup scripts within Home Assistant."
|
||||||
date: 2015-03-23 19:59
|
date: 2015-03-23 19:59
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Arduino sensor support"
|
title: "Arduino sensor"
|
||||||
description: "Instructions how to integrate Arduino boards within Home Assistant."
|
description: "Instructions how to integrate Arduino boards within Home Assistant."
|
||||||
date: 2015-09-14 18:28
|
date: 2015-09-14 18:28
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: arduino.png
|
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.
|
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:
|
To enable an Arduino sensor with Home Assistant, add the following section to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "aREST sensor support"
|
title: "aREST sensor"
|
||||||
description: "Instructions how to integrate aREST sensors within Home Assistant."
|
description: "Instructions how to integrate aREST sensors within Home Assistant."
|
||||||
date: 2015-09-07 18:15
|
date: 2015-09-07 18:15
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: arest.png
|
|||||||
ha_category: Sensor
|
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.
|
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:
|
To use your aREST enabled device in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Bitcoin support"
|
title: "Bitcoin"
|
||||||
description: "Instructions how to integrate Bitcoin data within Home Assistant."
|
description: "Instructions how to integrate Bitcoin data within Home Assistant."
|
||||||
date: 2015-05-08 17:15
|
date: 2015-05-08 17:15
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: bitcoin.png
|
|||||||
ha_category: Sensor
|
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.
|
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.
|
If you have an online wallet from [Blockchain.info](https://blockchain.info/) the sensor is capable to show your current balance.
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Command line sensors support"
|
title: "Command line sensors"
|
||||||
description: "Instructions how to integrate commandline sensors into Home Assistant."
|
description: "Instructions how to integrate commandline sensors into Home Assistant."
|
||||||
date: 2015-09-13 10:10
|
date: 2015-09-13 10:10
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Sensor
|
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!
|
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`:
|
To enable it, add the following lines to your `configuration.yaml`:
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Monitor CPU speed"
|
title: "CPU speed"
|
||||||
description: "Instructions how to integrate CPU speed within Home Assistant."
|
description: "Instructions how to integrate CPU speed within Home Assistant."
|
||||||
date: 2015-10-15 11:00
|
date: 2015-10-15 11:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Sensor
|
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.
|
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:
|
To add this platform to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "DHT support"
|
title: "DHT"
|
||||||
description: "Instructions how to integrate DHTxx sensors within Home Assistant."
|
description: "Instructions how to integrate DHTxx sensors within Home Assistant."
|
||||||
date: 2015-08-30 19:15
|
date: 2015-08-30 19:15
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: dht.png
|
|
||||||
ha_category: DIY
|
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.
|
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:
|
To use your DHTxx sensor in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Efergy support"
|
title: "Efergy"
|
||||||
description: "Instructions how to integrate Efergy devices within Home Assistant."
|
description: "Instructions how to integrate Efergy devices within Home Assistant."
|
||||||
date: 2015-07-11 0:15
|
date: 2015-07-11 0:15
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: efergy.png
|
|||||||
ha_category: Sensor
|
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".
|
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
|
```yaml
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Forecast.io support"
|
title: "Forecast.io"
|
||||||
description: "Instructions how to integrate Forecast.io within Home Assistant."
|
description: "Instructions how to integrate Forecast.io within Home Assistant."
|
||||||
date: 2015-04-25 9:06
|
date: 2015-04-25 9:06
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Weather
|
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.
|
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.
|
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.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Glances sensor support"
|
title: "Glances sensor"
|
||||||
description: "Instructions how to integrate Glances sensors into Home Assistant."
|
description: "Instructions how to integrate Glances sensors into Home Assistant."
|
||||||
date: 2015-09-14 19:10
|
date: 2015-09-14 19:10
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: glances.png
|
|||||||
ha_category: Sensor
|
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.
|
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:
|
This sensors needs a running isntance of `glances` on the host:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Modbus sensors support"
|
title: "Modbus sensors"
|
||||||
description: "Instructions how to integrate Modbus sensors into Home Assistant."
|
description: "Instructions how to integrate Modbus sensors into Home Assistant."
|
||||||
date: 2015-08-30 23:38
|
date: 2015-08-30 23:38
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: modbus.png
|
|||||||
ha_category: Sensor
|
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.
|
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:
|
To use your Modbus sensors in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "MQTT Sensor support"
|
title: "MQTT Sensor"
|
||||||
description: "Instructions how to integrate MQTT sensors within Home Assistant."
|
description: "Instructions how to integrate MQTT sensors within Home Assistant."
|
||||||
date: 2015-05-30 23:21
|
date: 2015-05-30 23:21
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: mqtt.png
|
|||||||
ha_category: Sensor
|
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.
|
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:
|
To use your MQTT sensor in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "MySensors sensors support"
|
title: "MySensors"
|
||||||
description: "Instructions how to integrate MySensors sensors into Home Assistant."
|
description: "Instructions how to integrate MySensors sensors into Home Assistant."
|
||||||
date: 2015-05-14 21:57
|
date: 2015-05-14 21:57
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: mysensors.png
|
|||||||
ha_category: Sensor
|
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.
|
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:
|
Integrate your Serial MYSensors Gateway by adding the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "OpenWeatherMap support"
|
title: "OpenWeatherMap"
|
||||||
description: "Instructions how to integrate OpenWeatherMap within Home Assistant."
|
description: "Instructions how to integrate OpenWeatherMap within Home Assistant."
|
||||||
date: 2015-04-25 9:06
|
date: 2015-04-25 9:06
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: openweathermap.png
|
|||||||
ha_category: Weather
|
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.
|
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).
|
You need an API key which is free but requires a [registration](http://home.openweathermap.org/users/sign_up).
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "RESTful sensor support"
|
title: "RESTful sensor"
|
||||||
description: "Instructions how to integrate REST sensors into Home Assistant."
|
description: "Instructions how to integrate REST sensors into Home Assistant."
|
||||||
date: 2015-09-14 19:10
|
date: 2015-09-14 19:10
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Sensor
|
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.
|
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:
|
To enable this sensor, add the following lines to your `configuration.yaml` file for a GET request:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "RFXtrx sensors support"
|
title: "RFXtrx sensors"
|
||||||
description: "Instructions how to integrate RFXtrx sensors into Home Assistant."
|
description: "Instructions how to integrate RFXtrx sensors into Home Assistant."
|
||||||
date: 2015-08-06 17:15
|
date: 2015-08-06 17:15
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Raspberry PI GPIO sensor support"
|
title: "Raspberry PI GPIO sensor"
|
||||||
description: "Instructions how to integrate the GPIO sensor capability of a Raspberry PI into Home Assistant."
|
description: "Instructions how to integrate the GPIO sensor capability of a Raspberry PI into Home Assistant."
|
||||||
date: 2015-08-30 19:00
|
date: 2015-08-30 19:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: raspberry-pi.png
|
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/).
|
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:
|
To use your Raspberry Pi's GPIO in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "SABnzbd support"
|
title: "SABnzbd"
|
||||||
description: "Instructions how to integrate SABnzbd within Home Assistant."
|
description: "Instructions how to integrate SABnzbd within Home Assistant."
|
||||||
date: 2015-03-23 19:59
|
date: 2015-03-23 19:59
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: sabnzbd.png
|
|||||||
ha_category: Sensor
|
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.
|
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:
|
To use sabnzbd with your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Swiss Public Transport support"
|
title: "Swiss Public Transport"
|
||||||
description: "Instructions how to integrate timetable data for travelling in Switzerland within Home Assistant."
|
description: "Instructions how to integrate timetable data for travelling in Switzerland within Home Assistant."
|
||||||
date: 2015-06-02 21:45
|
date: 2015-06-02 21:45
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Sensor
|
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 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:
|
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:
|
||||||
|
@ -1,16 +1,15 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Monitor server resources"
|
title: "Monitor server resources"
|
||||||
description: "Instructions how to integrate server resources within Home Assistant."
|
description: "Instructions how to integrate server resources within Home Assistant."
|
||||||
date: 2015-03-23 19:59
|
date: 2015-03-23 19:59
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Sensor
|
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.
|
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:
|
To add this platform to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "TellStick sensors support"
|
title: "TellStick sensors"
|
||||||
description: "Instructions how to integrate TellStick sensors into Home Assistant."
|
description: "Instructions how to integrate TellStick sensors into Home Assistant."
|
||||||
date: 2015-08-06 19:00
|
date: 2015-08-06 19:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: telldus_tellstick.png
|
|||||||
ha_category: Sensor
|
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.
|
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:
|
To use your TellStick device in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "TEMPer sensors support"
|
title: "TEMPer sensors"
|
||||||
description: "Instructions how to integrate TEMPer sensors into Home Assistant."
|
description: "Instructions how to integrate TEMPer sensors into Home Assistant."
|
||||||
date: 2015-08-06 19:00
|
date: 2015-08-06 19:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Time & Date support"
|
title: "Time & Date"
|
||||||
description: "Instructions how to integrate the time and the date within Home Assistant."
|
description: "Instructions how to integrate the time and the date within Home Assistant."
|
||||||
date: 2015-05-08 17:15
|
date: 2015-05-08 17:15
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Sensor
|
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.
|
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:
|
To enable this sensor in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Transmission support"
|
title: "Transmission"
|
||||||
description: "Instructions how to integrate Transmission within Home Assistant."
|
description: "Instructions how to integrate Transmission within Home Assistant."
|
||||||
date: 2015-04-25 9:06
|
date: 2015-04-25 9:06
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: transmission.png
|
|||||||
ha_category: Sensor
|
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.
|
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
|
```yaml
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Vera sensors support"
|
title: "Vera sensors"
|
||||||
description: "Instructions how to integrate Vera sensors into Home Assistant."
|
description: "Instructions how to integrate Vera sensors into Home Assistant."
|
||||||
date: 2015-10-20 21:00
|
date: 2015-10-20 21:00
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: vera.png
|
|||||||
ha_category: Sensor
|
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.
|
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:
|
To use your Vera sensor in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Wink sensors"
|
title: "Wink sensors"
|
||||||
description: "Instructions how to setup the Wink sensors within Home Assistant."
|
description: "Instructions how to setup the Wink sensors within Home Assistant."
|
||||||
date: 2015-01-20 22:36
|
date: 2015-01-20 22:36
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
@ -11,7 +11,7 @@ logo: wink.png
|
|||||||
ha_category: Sensor
|
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 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).
|
The requirement is that you have setup your [Wink hub](/components/light.wink.html).
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Worldclock support"
|
title: "Worldclock"
|
||||||
description: "Instructions how to integrate a Worldclock within Home Assistant."
|
description: "Instructions how to integrate a Worldclock within Home Assistant."
|
||||||
date: 2015-10-02 11:15
|
date: 2015-10-02 11:15
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Sensor
|
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
|
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:
|
To enable this sensor in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Shell command component"
|
title: "Shell command"
|
||||||
description: "Instructions how to integrate Shell commands into Home Assistant."
|
description: "Instructions how to integrate Shell commands into Home Assistant."
|
||||||
date: 2015-10-13 19:10
|
date: 2015-10-13 19:10
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Other
|
ha_category: Other
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/utilities-terminal.png' class='brand pull-right' />
|
|
||||||
This component can expose regular shell commands as services.
|
This component can expose regular shell commands as services.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Intruder Alerts"
|
title: "Intruder Alerts"
|
||||||
description: "Instructions how to receive intruder alerts from Home Assistant."
|
description: "Instructions how to receive intruder alerts from Home Assistant."
|
||||||
date: 2015-01-20 22:36
|
date: 2015-01-20 22:36
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: 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.
|
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.
|
This component depends on the components [device_tracker]({{site_root}}/components/device_tracker.html) and [light]({{site_root}}/components/light.html) being setup.
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: component
|
||||||
title: "Tracking the Sun"
|
title: "Sun"
|
||||||
description: "Instructions how to track the sun within Home Assistant."
|
description: "Instructions how to track the sun within Home Assistant."
|
||||||
date: 2015-01-24 14:39
|
date: 2015-01-24 14:39
|
||||||
sidebar: false
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Weather
|
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` 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].
|
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
Loading…
x
Reference in New Issue
Block a user