From 81d8d6bfbb96f36b75b25840403d781624b5e945 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 30 Dec 2018 18:37:53 +0100 Subject: [PATCH] Minor changes (#7990) --- source/_components/fibaro.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/_components/fibaro.markdown b/source/_components/fibaro.markdown index b6b570c2108..a2f83455d4a 100644 --- a/source/_components/fibaro.markdown +++ b/source/_components/fibaro.markdown @@ -17,11 +17,11 @@ redirect_from: 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. +Switches, lights (including Dimmers), locks, sensors, binary sensors and covers are supported and will be automatically added when Home Assistant connects to your Fibaro controller. ## {% linkable_title Configuration %} -To use Fibaro devices in your installation, add the following to your configuration.yaml file using the IP and port number of your Fibaro controller: +To use Fibaro devices in your installation, add the following to your `configuration.yaml` file using the IP and port number of your Fibaro controller: ```yaml fibaro: @@ -44,13 +44,14 @@ password: required: true type: string plugins: - description: Whether to import plugin-generated devices from Fibaro HomeCenter, such as Netatmo and Sonos devices, etc. Default is false. + description: Whether to import plugin-generated devices from Fibaro HomeCenter, such as Netatmo and Sonos devices, etc. required: false type: bool + default: false {% endconfiguration %}

- It is recommended to assign a static IP address to your Fibaro Controller. This ensures that it won't change IP addresses, so you won't have to change the 'url' if the controller reboots and comes up with a different IP address. See your router's manual for details on how to set this up. If you need the MAC address of your Fibaro, check the label on the bottom. + It is recommended to assign a static IP address to your Fibaro controller. This ensures that it won't change its IP address, so you won't have to change the `url` if the controller reboots and comes up with a different IP address. See your router's manual for details on how to set this up. If you need the MAC address of your Fibaro, check the label on the bottom.

### {% linkable_title Using Z-Wave devices in automation %}