Minor updates (#7775)

Added mention of scenes and fixed reference to fibaro_id
This commit is contained in:
pbalogh77 2018-12-08 18:25:14 +01:00 committed by Fabian Affolter
parent 297f450a51
commit 21a1096320

View File

@ -15,7 +15,7 @@ ha_iot_class: "Local Push"
The [Fibaro](http://fibaro.com) hub is a controller mainly connecting to Z-Wave devices.
Switches, Lights (including Dimmers), Locks, Sensors, Binary sensors and Covers are supported - and will be automatically added when HA connects to your Fibaro controller.
Binary sensors, Covers, Lights (including Dimmers), Sensors, Scenes and Switches are supported - and will be automatically added when HA connects to your Fibaro controller.
## {% linkable_title Configuration %}
@ -53,4 +53,4 @@ plugins:
### {% linkable_title Using Z-Wave devices in automation %}
If you want to use a Z-Wave device from the Fibaro controller in Home Assistant automation, you'll need the entity id. In the Home Assistant UI you'll find all entities listed under the <img src='/images/screenshots/developer-tool-states-icon.png' alt='service developer tool icon' class="no-shadow" height="38" /> icon of the Developer Tools section. Look for entities that contain 'Fibaro Device Id' in their attributes, and you'll find the entity id on the left.
If you want to use a Z-Wave device from the Fibaro controller in Home Assistant automation, you'll need the entity id. In the Home Assistant UI you'll find all entities listed under the <img src='/images/screenshots/developer-tool-states-icon.png' alt='service developer tool icon' class="no-shadow" height="38" /> icon of the Developer Tools section. Look for entities that contain 'fibaro_id' in their attributes, and you'll find the entity id on the left.