Updated based on changes (#8140)

* Updated based on changes

Documentation change based on https://github.com/home-assistant/home-assistant/pull/19705

* Update fibaro.markdown
This commit is contained in:
pbalogh77 2019-01-12 00:30:19 +01:00 committed by Paulus Schoutsen
parent aaaa711467
commit 354cd73cae

View File

@ -2,14 +2,14 @@
layout: page layout: page
title: "Fibaro" title: "Fibaro"
description: "Instructions on how to setup Fibaro Z-Wave hubs (HCL and HC2) and configure devices within Home Assistant." description: "Instructions on how to setup Fibaro Z-Wave hubs (HCL and HC2) and configure devices within Home Assistant."
date: 2018-11-14 20:04 date: 2019-01-10 20:04
sidebar: true sidebar: true
comments: false comments: false
sharing: true sharing: true
footer: true footer: true
logo: fibaro.png logo: fibaro.png
ha_category: Hub ha_category: Hub
ha_release: 0.83 ha_release: "0.83"
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
redirect_from: redirect_from:
- /components/scene.fibaro/ - /components/scene.fibaro/
@ -25,12 +25,25 @@ To use Fibaro devices in your installation, add the following to your `configura
```yaml ```yaml
fibaro: fibaro:
url: http://192.168.1.161/api/ gateways:
username: your_username - url: http://192.168.1.161/api/
password: your_password username: your_username
password: your_password
device_config:
light_device_name_123:
color: false
white_value: false
reset_color: true
binary_device_name_123:
device_class: "garage_door"
icon: mdi:open
``` ```
{% configuration %} {% configuration %}
gateways:
description: List of gateway configurations.
requires: true
type: list
url: url:
description: The URL for your Fibaro HomeCenter device. description: The URL for your Fibaro HomeCenter device.
required: true required: true
@ -48,6 +61,11 @@ plugins:
required: false required: false
type: bool type: bool
default: false default: false
device_config:
description: Lists device specific parameter or behaviour overrides.
required: false
type: list
default: None
{% endconfiguration %} {% endconfiguration %}
<p class='note'> <p class='note'>