rename Zigbee name references issue #7050 (#7053)

This commit is contained in:
pyitphyoaung 2018-10-25 03:11:36 +13:00 committed by Fabian Affolter
parent 0ca7fa8082
commit d1387de5c4
21 changed files with 58 additions and 58 deletions

View File

@ -19,7 +19,7 @@ The requirement is that you have setup the [`xiaomi aqara` component](/component
### {% linkable_title Type of sensors supported %} ### {% linkable_title Type of sensors supported %}
| Name | ZigBee entity | Model no. | States | Event | Event key | Event values | | Name | Zigbee entity | Model no. | States | Event | Event key | Event values |
| ---- | ------------- | --------- | ------ | ----- | --------- | ------------ | | ---- | ------------- | --------- | ------ | ----- | --------- | ------------ |
| Motion Sensor (1st gen) | motion | RTCGQ01LM | on, off | `motion` | | | | Motion Sensor (1st gen) | motion | RTCGQ01LM | on, off | `motion` | | |
| Motion Sensor (2nd gen) | sensor_motion.aq2 | RTCGQ11LM | on, off | `motion` | | | | Motion Sensor (2nd gen) | sensor_motion.aq2 | RTCGQ11LM | on, off | `motion` | | |

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "ZigBee Home Automation Binary Sensor" title: "Zigbee Home Automation Binary Sensor"
description: "Instructions on how to setup ZigBee Home Automation binary sensors within Home Assistant." description: "Instructions on how to setup Zigbee Home Automation binary sensors within Home Assistant."
date: 2017-02-22 00:00 date: 2017-02-22 00:00
sidebar: true sidebar: true
comments: false comments: false
@ -12,4 +12,4 @@ ha_category: Binary Sensor
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---
To get your ZigBee binary sensors working with Home Assistant, follow the instructions for the general [ZigBee Home Automation component](/components/zha/). To get your Zigbee binary sensors working with Home Assistant, follow the instructions for the general [Zigbee Home Automation component](/components/zha/).

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "ZigBee Binary Sensor" title: "Zigbee Binary Sensor"
description: "Instructions on how to set up ZigBee binary sensors within Home Assistant." description: "Instructions on how to set up Zigbee binary sensors within Home Assistant."
date: 2016-01-28 12:38 date: 2016-01-28 12:38
sidebar: true sidebar: true
comments: false comments: false
@ -13,7 +13,7 @@ ha_release: 0.12
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---
A `zigbee` binary sensor in this context is a device connected to one of the digital input pins on a [ZigBee](http://www.zigbee.org/) module. The states reported by such a device are limited to `on` or `off`. By default, a binary sensor is considered `on` when the ZigBee device's digital input pin is held 'high' and considered `off` when it is held `low`. This behavior can be inverted by setting the `on_state` configuration variable to `low`. A `zigbee` binary sensor in this context is a device connected to one of the digital input pins on a [Zigbee](http://www.zigbee.org/) module. The states reported by such a device are limited to `on` or `off`. By default, a binary sensor is considered `on` when the Zigbee device's digital input pin is held 'high' and considered `off` when it is held `low`. This behavior can be inverted by setting the `on_state` configuration variable to `low`.
## {% linkable_title Configuration %} ## {% linkable_title Configuration %}
@ -37,7 +37,7 @@ pin:
required: true required: true
type: integer type: integer
address: address:
description: The long 64-bit address of the remote ZigBee device whose digital input pin you'd like to sample. Do not include this variable if you want to sample the local ZigBee device's pins. description: The long 64-bit address of the remote Zigbee device whose digital input pin you'd like to sample. Do not include this variable if you want to sample the local Zigbee device's pins.
required: false required: false
type: string type: string
on_state: on_state:

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "ZigBee Home Automation Fan" title: "Zigbee Home Automation Fan"
description: "Instructions how to setup ZigBee Home Automation fans within Home Assistant." description: "Instructions how to setup Zigbee Home Automation fans within Home Assistant."
date: 2018-02-10 00:00 date: 2018-02-10 00:00
sidebar: true sidebar: true
comments: false comments: false
@ -13,4 +13,4 @@ ha_iot_class: "Local Polling"
ha_release: 0.66 ha_release: 0.66
--- ---
To get your ZigBee fans working with Home Assistant, follow the instructions for the general [ZigBee Home Automation component](/components/zha/). To get your Zigbee fans working with Home Assistant, follow the instructions for the general [Zigbee Home Automation component](/components/zha/).

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "IKEA Trådfri lights" title: "IKEA Trådfri lights"
description: "Access and control your ZigBee-based IKEA Trådfri (Tradfri) Lights." description: "Access and control your Zigbee-based IKEA Trådfri (Tradfri) Lights."
date: 2017-04-12 22.04 date: 2017-04-12 22.04
sidebar: true sidebar: true
comments: false comments: false

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "ZigBee Home Automation Light" title: "Zigbee Home Automation Light"
description: "Instructions on how to setup ZigBee Home Automation lights within Home Assistant." description: "Instructions on how to setup Zigbee Home Automation lights within Home Assistant."
date: 2017-02-22 00:00 date: 2017-02-22 00:00
sidebar: true sidebar: true
comments: false comments: false
@ -12,4 +12,4 @@ ha_category: Light
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---
To get your ZigBee lights working with Home Assistant, follow the instructions for the general [ZigBee Home Automation component](/components/zha/). To get your Zigbee lights working with Home Assistant, follow the instructions for the general [Zigbee Home Automation component](/components/zha/).

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: ZigBee Light title: Zigbee Light
description: "Instructions on how to set up ZigBee lights within Home Assistant." description: "Instructions on how to set up Zigbee lights within Home Assistant."
date: 2016-01-28 12:38 date: 2016-01-28 12:38
sidebar: true sidebar: true
comments: false comments: false
@ -13,7 +13,7 @@ ha_release: 0.12
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---
A ZigBee light in this context is a light connected to one of the digital output pins on a ZigBee module. It can simply be switched on and off. By default, a light is considered `on` when the ZigBee device's digital output is held `high` and considered `off` when it is held `low`. This behavior can be inverted by setting the `on_state` configuration variable to `low`. A Zigbee light in this context is a light connected to one of the digital output pins on a Zigbee module. It can simply be switched on and off. By default, a light is considered `on` when the Zigbee device's digital output is held `high` and considered `off` when it is held `low`. This behavior can be inverted by setting the `on_state` configuration variable to `low`.
To configure a digital output pin as light, add the following to your `configuration.yaml` file: To configure a digital output pin as light, add the following to your `configuration.yaml` file:
@ -34,7 +34,7 @@ pin:
required: true required: true
type: integer type: integer
address: address:
description: The long 64-bit address of the remote ZigBee device whose digital output pin you would like to switch. Do not include this variable if you want to switch the local ZigBee device's pins. description: The long 64-bit address of the remote Zigbee device whose digital output pin you would like to switch. Do not include this variable if you want to switch the local Zigbee device's pins.
required: false required: false
type: string type: string
on_state: on_state:

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "IKEA Trådfri Sensor" title: "IKEA Trådfri Sensor"
description: "Access and control your ZigBee-based IKEA Trådfri (Tradfri) Sensors." description: "Access and control your Zigbee-based IKEA Trådfri (Tradfri) Sensors."
date: 2017-04-12 22.04 date: 2017-04-12 22.04
sidebar: true sidebar: true
comments: false comments: false

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "ZigBee Home Automation Sensor" title: "Zigbee Home Automation Sensor"
description: "Instructions on how to setup ZigBee Home Automation sensors within Home Assistant." description: "Instructions on how to setup Zigbee Home Automation sensors within Home Assistant."
date: 2017-02-22 00:00 date: 2017-02-22 00:00
sidebar: true sidebar: true
comments: false comments: false
@ -12,5 +12,5 @@ ha_category: Sensor
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---
To get your ZigBee sensors working with Home Assistant, follow the instructions for the general [ZigBee Home Automation Component](/components/zha/). To get your Zigbee sensors working with Home Assistant, follow the instructions for the general [Zigbee Home Automation Component](/components/zha/).

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: ZigBee Sensor title: Zigbee Sensor
description: "Instructions on how to set up ZigBee sensors within Home Assistant." description: "Instructions on how to set up Zigbee sensors within Home Assistant."
date: 2016-01-28 10:08 date: 2016-01-28 10:08
sidebar: true sidebar: true
comments: false comments: false
@ -13,7 +13,7 @@ ha_release: 0.12
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---
There are two types of [ZigBee](http://www.zigbee.org/) sensor available to Home Assistant: There are two types of [Zigbee](http://www.zigbee.org/) sensor available to Home Assistant:
- [Analog input pin](#analog-input-pin) - [Analog input pin](#analog-input-pin)
- [Temperature sensor](#temperature-sensor) (XBee Pro) - [Temperature sensor](#temperature-sensor) (XBee Pro)
@ -24,7 +24,7 @@ To configure an analog input pin sensor, add the following to your `configuratio
# Example configuration.yaml entry # Example configuration.yaml entry
sensor: sensor:
- platform: zigbee - platform: zigbee
name: My Analog ZigBee Input name: My Analog Zigbee Input
type: analog type: analog
pin: 0 pin: 0
address: 0013A2004233D138 address: 0013A2004233D138
@ -44,7 +44,7 @@ pin:
required: false required: false
type: integer type: integer
address: address:
description: The long 64-bit address of the remote ZigBee device whose pin you would like to sample. Do not include this variable if you want to sample the local ZigBee device's pins. description: The long 64-bit address of the remote Zigbee device whose pin you would like to sample. Do not include this variable if you want to sample the local Zigbee device's pins.
required: false required: false
type: string type: string
max_volts: max_volts:
@ -58,7 +58,7 @@ max_volts:
### {% linkable_title Analog Input Pin %} ### {% linkable_title Analog Input Pin %}
The analog input pins on an XBee (non-Pro) will read 0V to 1.2 V. This is translated by the [xbee-helper](https://github.com/flyte/xbee-helper) library into a percentage. The maximum voltage your ZigBee device will read is configurable using the `max_volts` configuration variable. The analog input pins on an XBee (non-Pro) will read 0V to 1.2 V. This is translated by the [xbee-helper](https://github.com/flyte/xbee-helper) library into a percentage. The maximum voltage your Zigbee device will read is configurable using the `max_volts` configuration variable.
To configure an analog input pin sensor, add the following to your `configuration.yaml` file: To configure an analog input pin sensor, add the following to your `configuration.yaml` file:
@ -66,7 +66,7 @@ To configure an analog input pin sensor, add the following to your `configuratio
## Example configuration.yaml entry ## Example configuration.yaml entry
sensor: sensor:
- platform: zigbee - platform: zigbee
name: My Analog ZigBee Input name: My Analog Zigbee Input
type: analog type: analog
pin: 0 pin: 0
address: 0013A2004233D138 address: 0013A2004233D138
@ -84,7 +84,7 @@ To configure a temperature sensor device, add the following to your `configurati
# Example configuration.yaml entry # Example configuration.yaml entry
sensor: sensor:
- platform: zigbee - platform: zigbee
name: Living Room Temperature ZigBee name: Living Room Temperature Zigbee
type: temperature type: temperature
address: 0013A20050E752C5 address: 0013A20050E752C5
``` ```

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "IKEA Trådfri Switch" title: "IKEA Trådfri Switch"
description: "Access and control your ZigBee-based IKEA Trådfri (Tradfri) Switches." description: "Access and control your Zigbee-based IKEA Trådfri (Tradfri) Switches."
date: 2018-09-30 19.22 date: 2018-09-30 19.22
sidebar: true sidebar: true
comments: false comments: false

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "ZigBee Home Automation Switch" title: "Zigbee Home Automation Switch"
description: "Instructions on how to setup ZigBee Home Automation switches within Home Assistant." description: "Instructions on how to setup Zigbee Home Automation switches within Home Assistant."
date: 2017-02-22 00:00 date: 2017-02-22 00:00
sidebar: true sidebar: true
comments: false comments: false
@ -12,4 +12,4 @@ ha_category: Switch
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---
To get your ZigBee switches working with Home Assistant, follow the instructions for the general [ZigBee Home Automation component](/components/zha/). To get your Zigbee switches working with Home Assistant, follow the instructions for the general [Zigbee Home Automation component](/components/zha/).

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "ZigBee Switch" title: "Zigbee Switch"
description: "Instructions on how to set up ZigBee switches within Home Assistant." description: "Instructions on how to set up Zigbee switches within Home Assistant."
date: 2016-01-28 11:52 date: 2016-01-28 11:52
sidebar: true sidebar: true
comments: false comments: false
@ -13,7 +13,7 @@ ha_release: 0.12
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---
A ZigBee switch in this context is a device connected to one of the digital output pins on a ZigBee module. It can simply be switched on and off. By default, a switch is considered `on` when the ZigBee device's digital output is held `high` and considered `off` when it is held `low`. This behavior can be inverted by setting the `on_state` configuration variable to `low`. A Zigbee switch in this context is a device connected to one of the digital output pins on a Zigbee module. It can simply be switched on and off. By default, a switch is considered `on` when the Zigbee device's digital output is held `high` and considered `off` when it is held `low`. This behavior can be inverted by setting the `on_state` configuration variable to `low`.
To configure a digital output pin as switch, add the following to your `configuration.yaml` file: To configure a digital output pin as switch, add the following to your `configuration.yaml` file:
@ -36,7 +36,7 @@ pin:
required: true required: true
type: integer type: integer
address: address:
description: The long 64-bit address of the remote ZigBee device whose digital output pin you would like to switch. Do not include this variable if you want to switch the local ZigBee device's pins. description: The long 64-bit address of the remote Zigbee device whose digital output pin you would like to switch. Do not include this variable if you want to switch the local Zigbee device's pins.
required: false required: false
type: string type: string
on_state: on_state:

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "IKEA Trådfri (Tradfri)" title: "IKEA Trådfri (Tradfri)"
description: "Access and control your ZigBee-based IKEA Trådfri (Tradfri) devices." description: "Access and control your Zigbee-based IKEA Trådfri (Tradfri) devices."
date: 2017-04-12 22.04 date: 2017-04-12 22.04
sidebar: true sidebar: true
featured: true featured: true

View File

@ -13,8 +13,8 @@ ha_release: 0.44
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---
[ZigBee Home Automation](http://www.zigbee.org/zigbee-for-developers/applicationstandards/zigbeehomeautomation/) [Zigbee Home Automation](http://www.zigbee.org/zigbee-for-developers/applicationstandards/zigbeehomeautomation/)
integration for Home Assistant allows you to connect many off-the-shelf ZigBee devices to Home Assistant, using a compatible ZigBee radio. integration for Home Assistant allows you to connect many off-the-shelf Zigbee devices to Home Assistant, using a compatible Zigbee radio.
There is currently support for the following device types within Home Assistant: There is currently support for the following device types within Home Assistant:
@ -24,12 +24,12 @@ There is currently support for the following device types within Home Assistant:
- [Switch](../switch.zha) - [Switch](../switch.zha)
- [Fan](../fan.zha) - [Fan](../fan.zha)
Known working ZigBee radios: Known working Zigbee radios:
- Nortek/GoControl Z-Wave & Zigbee USB Adapter - Model HUSBZB-1 - Nortek/GoControl Z-Wave & Zigbee USB Adapter - Model HUSBZB-1
- XBee Series 2C - XBee Series 2C
- [Elelabs ZigBee USB Adapter](https://elelabs.com/products/elelabs_usb_adapter.html) - [Elelabs Zigbee USB Adapter](https://elelabs.com/products/elelabs_usb_adapter.html)
- [Elelabs ZigBee Raspberry Pi Shield](https://elelabs.com/products/elelabs_zigbee_shield.html) - [Elelabs Zigbee Raspberry Pi Shield](https://elelabs.com/products/elelabs_zigbee_shield.html)
## {% linkable_title Configuration %} ## {% linkable_title Configuration %}

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "ZigBee" title: "Zigbee"
description: "Instructions on how to integrate a ZigBee network with Home Assistant." description: "Instructions on how to integrate a Zigbee network with Home Assistant."
date: 2016-01-27 17:10 date: 2016-01-27 17:10
sidebar: true sidebar: true
comments: false comments: false
@ -13,7 +13,7 @@ ha_release: 0.12
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---
[ZigBee](http://www.zigbee.org/what-is-zigbee/) integration for Home Assistant allows you to utilize modules such as the [XBee](http://www.digi.com/lp/xbee) as wireless General Purpose Input/Output (GPIO) devices. The component requires a local ZigBee device to be connected to a serial port. Through this it will send and receive commands to and from other devices on the ZigBee mesh network. [Zigbee](http://www.zigbee.org/what-is-zigbee/) integration for Home Assistant allows you to utilize modules such as the [XBee](http://www.digi.com/lp/xbee) as wireless General Purpose Input/Output (GPIO) devices. The component requires a local Zigbee device to be connected to a serial port. Through this it will send and receive commands to and from other devices on the Zigbee mesh network.
There is currently support for the following device types within Home Assistant: There is currently support for the following device types within Home Assistant:
@ -24,7 +24,7 @@ There is currently support for the following device types within Home Assistant:
## {% linkable_title Configuration %} ## {% linkable_title Configuration %}
The local ZigBee device (assuming XBee) must have an up to date Router or Coordinator API firmware installed. The local Zigbee device (assuming XBee) must have an up to date Router or Coordinator API firmware installed.
A `zigbee` section must be present in the `configuration.yaml` file and contain the following options as required: A `zigbee` section must be present in the `configuration.yaml` file and contain the following options as required:
@ -35,12 +35,12 @@ zigbee:
{% configuration %} {% configuration %}
device: device:
description: The serial port to which the local ZigBee device is connected. description: The serial port to which the local Zigbee device is connected.
required: false required: false
type: string type: string
default: "`/dev/ttyUSB0`" default: "`/dev/ttyUSB0`"
baud: baud:
description: The baud rate at which to communicate with the local ZigBee device. description: The baud rate at which to communicate with the local Zigbee device.
required: false required: false
type: integer type: integer
default: 9600 default: 9600
@ -53,7 +53,7 @@ $ ls /dev/ttyUSB*
``` ```
<p class='note'> <p class='note'>
The port may also appear as /dev/ttyACM* if you're communicating with the ZigBee device through an Arduino. The port may also appear as /dev/ttyACM* if you're communicating with the Zigbee device through an Arduino.
</p> </p>
### {% linkable_title Example %} ### {% linkable_title Example %}

View File

@ -185,7 +185,7 @@ $ docker-compose restart
### {% linkable_title Exposing Devices %} ### {% linkable_title Exposing Devices %}
In order to use Z-Wave, ZigBee or other components that require access to devices, you need to map the appropriate device into the container. Ensure the user that is running the container has the correct privileges to access the `/dev/tty*` file, then add the device mapping to your docker command: In order to use Z-Wave, Zigbee or other components that require access to devices, you need to map the appropriate device into the container. Ensure the user that is running the container has the correct privileges to access the `/dev/tty*` file, then add the device mapping to your docker command:
```bash ```bash
$ docker run -d --name="home-assistant" -v /path/to/your/config:/config \ $ docker run -d --name="home-assistant" -v /path/to/your/config:/config \

View File

@ -1,6 +1,6 @@
--- ---
layout: post layout: post
title: "0.12: Insteon, LIFX, Twitter and ZigBee" title: "0.12: Insteon, LIFX, Twitter and Zigbee"
description: "Home Assistant 0.12 brings improved organizational tools and makes writing automation in Python easier." description: "Home Assistant 0.12 brings improved organizational tools and makes writing automation in Python easier."
date: 2016-01-30 00:22:00 -0800 date: 2016-01-30 00:22:00 -0800
date_formatted: "January 30, 2016" date_formatted: "January 30, 2016"

View File

@ -147,7 +147,7 @@ Hot fix release to fix dependency issues. More detailed information about the is
- Cleanup component track_point_in_utc_time usage ([@pvizeli]) - Cleanup component track_point_in_utc_time usage ([@pvizeli])
- Discovery fix ([@balloob]) - Discovery fix ([@balloob])
- Test against 3.6-dev ([@balloob]) - Test against 3.6-dev ([@balloob])
- Bugfix ZigBee / Move from eventbus to dispatcher ([@pvizeli]) - Bugfix Zigbee / Move from eventbus to dispatcher ([@pvizeli])
- Bump netdisco to 0.9.1 ([@balloob]) - Bump netdisco to 0.9.1 ([@balloob])
- sensor.dovado: compute state in update ([@molobrakos]) - sensor.dovado: compute state in update ([@molobrakos])
- Fix mysensors callback race ([@MartinHjelmare]) - Fix mysensors callback race ([@MartinHjelmare])

View File

@ -57,7 +57,7 @@ Because its based on Zigbee, you dont have to just buy IKEA devices the re
Note that there are reports that the other way around, pairing an IKEA light to the Philips Hue hub is currently not possible. IKEA is working on it according to [a post by Philips Hue support][hue-support]: Note that there are reports that the other way around, pairing an IKEA light to the Philips Hue hub is currently not possible. IKEA is working on it according to [a post by Philips Hue support][hue-support]:
<blockquote> <blockquote>
The non-interoperability between the newly launched IKEA smart lighting products and the Philips Hue bridge has been analyzed. One of the issues found is that the IKEA bulbs report their ProfileID as corresponding to the ZigBee Home Automation (ZHA) profile rather than the ZigBee Light Link (ZLL) profile. As the IKEA bulbs do not behave fully compliant with the ZLL standard, they are rejected by the Hue bridge. IKEA is aware of this and informed us their intent is to have the IKEA smart lighting bulbs to work with the Philips Hue bridge. The non-interoperability between the newly launched IKEA smart lighting products and the Philips Hue bridge has been analyzed. One of the issues found is that the IKEA bulbs report their ProfileID as corresponding to the Zigbee Home Automation (ZHA) profile rather than the Zigbee Light Link (ZLL) profile. As the IKEA bulbs do not behave fully compliant with the ZLL standard, they are rejected by the Hue bridge. IKEA is aware of this and informed us their intent is to have the IKEA smart lighting bulbs to work with the Philips Hue bridge.
</blockquote> </blockquote>
## {% linkable_title Affordable %} ## {% linkable_title Affordable %}

View File

@ -1,6 +1,6 @@
--- ---
layout: post layout: post
title: "Home Assistant 0.44: ZigBee, OpenCV and DLib" title: "Home Assistant 0.44: Zigbee, OpenCV and DLib"
description: "Speak natively with Zigbee network, detect faces with OpenCV: 0.44 is here." description: "Speak natively with Zigbee network, detect faces with OpenCV: 0.44 is here."
date: 2017-05-06 01:04:05 +0000 date: 2017-05-06 01:04:05 +0000
date_formatted: "May 6, 2017" date_formatted: "May 6, 2017"
@ -13,7 +13,7 @@ og_image: /images/blog/2017-05-0.44/components.png
<a href='/components/#version/0.44'><img src='/images/blog/2017-05-0.44/components.png' style='border: 0;box-shadow: none;'></a> <a href='/components/#version/0.44'><img src='/images/blog/2017-05-0.44/components.png' style='border: 0;box-shadow: none;'></a>
This release brings some great new integrations. The biggest one is the [native ZigBee integration][zha docs] by [Russell Cloran][@rcloran]. This will allow Home Assistant to natively control Philips Hue lights without the need for a hub! (IKEA Tradfri lights not yet due to implementing a different profile) This release brings some great new integrations. The biggest one is the [native Zigbee integration][zha docs] by [Russell Cloran][@rcloran]. This will allow Home Assistant to natively control Philips Hue lights without the need for a hub! (IKEA Tradfri lights not yet due to implementing a different profile)
Another great new addition is [OpenCV][opencv docs] by [Teagan Glenn][@teagan42]. So now you'll be able to unlock all the cool stuff from OpenCV right in Home Assistant. And if OpenCV is not your style, you can try out the new [DLib integration][image_processing.dlib_face_identify docs] added by [Pascal Vizeli][@pvizeli] in this release. Another great new addition is [OpenCV][opencv docs] by [Teagan Glenn][@teagan42]. So now you'll be able to unlock all the cool stuff from OpenCV right in Home Assistant. And if OpenCV is not your style, you can try out the new [DLib integration][image_processing.dlib_face_identify docs] added by [Pascal Vizeli][@pvizeli] in this release.