From 21a1096320ec0f4c30817ba4c47577c1dd54ff64 Mon Sep 17 00:00:00 2001 From: pbalogh77 Date: Sat, 8 Dec 2018 18:25:14 +0100 Subject: [PATCH] Minor updates (#7775) Added mention of scenes and fixed reference to fibaro_id --- source/_components/fibaro.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/fibaro.markdown b/source/_components/fibaro.markdown index d7a69c04e73..13b999188b0 100644 --- a/source/_components/fibaro.markdown +++ b/source/_components/fibaro.markdown @@ -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 service developer tool icon 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 service developer tool icon 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.