forked from home-assistant/home-assistant.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request home-assistant#2823 from home-assistant/release-0-47
0.47
- Loading branch information
Showing
104 changed files
with
1,650 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: page | ||
title: "Vanderbilt SPC Alarm" | ||
description: "Instructions how to setup the Vanderbilt SPC Alarm control panel within Home Assistant." | ||
date: 2017-05-18 22:01 | ||
sidebar: true | ||
comments: false | ||
sharing: true | ||
footer: true | ||
logo: vanderbilt_spc.png | ||
ha_category: Alarm | ||
ha_release: 0.47 | ||
ha_iot_class: "Local Push" | ||
--- | ||
|
||
|
||
The `spc` alarm control panel platform allows you to control your [Vanderbilt SPC](http://www.spc-intruder-detection.com/ssp-spc/) alarms. | ||
|
||
The requirement is that you have setup your [SPC hub](/components/spc/). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: page | ||
title: "SPC Binary Sensor" | ||
description: "Instructions how to integrate Vanderbilt SPC binary sensors into Home Assistant." | ||
date: 2017-05-18 22:05 | ||
sidebar: true | ||
comments: false | ||
sharing: true | ||
footer: true | ||
logo: vanderbilt_spc.png | ||
ha_release: 0.47 | ||
ha_category: Binary Sensor | ||
ha_iot_class: "Local Push" | ||
--- | ||
|
||
The `spc` platform allows you to get data from your [Vanderbilt SPC](http://www.spc-intruder-detection.com/ssp-spc/) binary sensors from within Home Assistant. | ||
|
||
Check the [type/class](/components/binary_sensor/) list for a possible visualization of your zone. Currently motion, smoke and door sensors are supported. | ||
|
||
The requirement is that you have setup your [SPC hub](/components/spc/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
layout: page | ||
title: "Taps Aff" | ||
description: "Instructions how to use the Taps Aff binary sensor in Home Assistant." | ||
date: 2017-05-28 18:00 | ||
sidebar: true | ||
comments: false | ||
sharing: true | ||
footer: true | ||
logo: tapsaff.png | ||
ha_category: Weather | ||
featured: false | ||
ha_release: 0.47 | ||
ha_iot_class: "Local Polling" | ||
--- | ||
|
||
|
||
The `tapsaff` binary sensor provides the 'Taps Aff' status for a given location within the UK using [Taps Aff](http://www.taps-aff.co.uk). | ||
|
||
To enable this sensor, add the following lines to your `configuration.yaml`: | ||
|
||
```yaml | ||
# Example configuration.yaml entry | ||
binary_sensor: | ||
- platform: tapsaff | ||
location: glasgow | ||
``` | ||
Configuration variables: | ||
- **location** (*Required*): The location for the Taps Aff. It must be configured with a UK postcode or city to work. | ||
- **name** (*Optional*): The name to use when displaying this sensor. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
layout: page | ||
title: "ONVIF Camera" | ||
description: "Instructions on how to integrate a ONVIF camera within Home Assistant." | ||
date: 2017-06-09 21:00 | ||
sidebar: true | ||
comments: false | ||
sharing: true | ||
footer: true | ||
logo: onvif.png | ||
ha_category: Camera | ||
ha_release: 0.47 | ||
--- | ||
|
||
|
||
The `ONVIF` platform allows you to use an ONVIF camera in Home Assistant. This requires FFmpeg component to be already configured. | ||
|
||
To enable your ONVIF in your installation, add the following to your `configuration.yaml` file: | ||
|
||
```yaml | ||
# Example configuration.yaml entry | ||
camera: | ||
- platform: onvif | ||
host: 192.168.1.111 | ||
``` | ||
Configuration variables: | ||
- **host** (*Required*): An IP or hostname of the camera. | ||
- **name** (*Optional*): Override the name of your camera. | ||
- **username** (*Optional*): The username for the camera. | ||
- **password** (*Optional*): The password for the camera. | ||
- **port** (*Optional*): The port for the camera. This defaults to 5000 | ||
If you are running into trouble with this sensor, please refer to the [Troubleshooting section](/components/ffmpeg/#troubleshooting). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
layout: page | ||
title: "Flexit A/C controller" | ||
description: "Instructions how to integrate Flexit A/C unit into Home Assistant." | ||
date: 2017-06-02 16:30 +0200 | ||
sidebar: true | ||
comments: false | ||
sharing: true | ||
footer: true | ||
logo: flexit.png | ||
ha_category: Climate | ||
ha_release: 0.47 | ||
ha_iot_class: "Local Polling" | ||
--- | ||
|
||
Integrates [Flexit](https://www.flexit.no/en/) Air Conditioning unit into Home Assistant. | ||
|
||
Requires an CI66 Modbus Adapter [CI66](https://www.flexit.no/en/products/air_handling_unit/accessories_ahu/modul/modbusadapter_ci66/modbus_adapter_ci66_k2-c2-uni/) | ||
|
||
To enable this platform, add the following lines to your `configuration.yaml` file: | ||
|
||
```yaml | ||
# Example configuration.yaml entry | ||
climate: | ||
- platform: flexit | ||
slave: 21 | ||
``` | ||
Configuration variables: | ||
- **slave** (*Required*): The slave ID of the modbus adapter, set using DIP-switches. | ||
- **name** (*Optional*): Displayed name of the A/C unit | ||
<p class='note'> | ||
This component requires the [Modbus](/components/modbus/) component to be set up to work | ||
</p> | ||
Full configuration example including modbus setup shown below: | ||
DIP-switch settings on the CI66: | ||
1=ON, 2=ON, 3=OFF, 4=ON, 5=OFF, 6=ON, 7=ON, 8=ON | ||
```yaml | ||
# Full example configuration.yaml entry | ||
modbus: | ||
type: serial | ||
method: rtu | ||
port: /dev/ttyUSB0 | ||
baudrate: 56000 | ||
stopbits: 1 | ||
bytesize: 8 | ||
parity: E | ||
|
||
climate: | ||
- platform: flexit | ||
name: Main A/C | ||
slave: 21 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
layout: page | ||
title: "Dyson" | ||
description: "Instructions how to integrate Dyson into Home Assistant." | ||
date: 2017-05-27 10:00 | ||
sidebar: true | ||
comments: false | ||
sharing: true | ||
footer: true | ||
logo: dyson.png | ||
ha_category: Hub | ||
ha_iot_class: "Cloud Polling" | ||
ha_release: 0.47 | ||
--- | ||
|
||
The `dyson` component is the main component to integrate all [Dyson](https://dyson.com) related platforms. | ||
|
||
Currently limited to Cool Link Purifier. | ||
|
||
To enable this component, add the following lines to your `configuration.yaml`: | ||
|
||
```yaml | ||
dyson: | ||
username: <dyson_account_user_email> | ||
password: <dyson_acount_password> | ||
language: <dyson_account_language> | ||
devices: | ||
- device_id: <device_id_1> | ||
device_ip: <device_ip_1> | ||
- device_id: <device_id_2> | ||
device_ip: <device_ip_2> | ||
... | ||
``` | ||
|
||
Configuration variables: | ||
|
||
- **username** (*Required*): Dyson account username (email address) | ||
- **password** (*Required*): Dyson account password | ||
- **language** (*Required*): Dyson account language country code. Known working codes: `FR`, `NL`, `UK`, `AU`. But others codes should work. | ||
- **devices** (*Optional*): List of devices | ||
- **device_id** (*Required*): Device ID. Available in the mobiles applications (*Settings* page) | ||
- **device_ip** (*Required*): Device IP address | ||
|
||
`devices` list is optional but you'll have to provide them if discovery is not working (warnings in the logs and the devices are not available in Home Assistant web interface). | ||
To find devices IP address, you can use your router or `nmap`: | ||
|
||
```bash | ||
$ nmap -p 1883 XXX.XXX.XXX.XXX/YY -- open | ||
``` | ||
|
||
Where: | ||
|
||
- **XXX.XXX.XXX.XXX** is your network address | ||
- **YY** is your network mask | ||
|
||
For example: | ||
|
||
```bash | ||
$ nmap -p 1883 192.168.0.0/24 -- open | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
layout: page | ||
title: "Dyson Purifier Fan" | ||
description: "Instructions how to setup the Dyson Purifier fans within Home Assistant." | ||
date: 2017-05-27 10:00 | ||
sidebar: true | ||
comments: false | ||
sharing: true | ||
footer: true | ||
logo: dyson.png | ||
ha_category: Fan | ||
ha_iot_class: "Cloud Polling" | ||
ha_release: 0.47 | ||
--- | ||
|
||
|
||
The `dyson` fan platform allows you to control your Dyson Purifier fans. | ||
|
||
You have first to setup the [Dyson component](/components/dyson/) | ||
|
||
### {% linkable_title Supported fan devices %} | ||
|
||
- Pure Cool link (desk and tower) | ||
- Pure Hot+cool link (but heating is not yet supported) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.