Update homematic add-on component configuration (#7533)

This commit is contained in:
Klaas Schoute 2018-11-16 08:53:58 +01:00 committed by Fabian Affolter
parent aedcafc0d9
commit a8cbc29b0b

View File

@ -45,26 +45,63 @@ Follow devices will be supported and tested:
} }
``` ```
Configuration variables: {% configuration %}
rf_enable:
- **rf_enable** (*Required*): Boolean. Enable or disable BidCoS-RF. description: Enable or disable BidCoS-RF.
- **wired_enable** (*Required*): Boolean. Enable or disable BidCoS-Wired. required: true
type: boolean
For RF devices: rf:
description: RF devices.
- **type** (*Required*): Device type for RFD service. Look into the manual of your device. required: true
- **device** (*Required*): Device on the host. type: list
keys:
For wired devices: type:
description: Device type for RFD service. Look into the manual of your device.
- **serial** (*Required*): Serial number of the device. required: true
- **key** (*Required*): Encrypted key. type: string
- **ip** (*Required*): IP address of LAN gateway. device:
description: Device on the host.
For HmIP devices: required: true
type: string
- **type** (*Required*): Device type for RFD service. Look into the manual of your device. wired_enable:
- **device** (*Required*): Device on the host. description: Enable or disable BidCoS-Wired.
required: true
type: boolean
wired:
description: Wired devices.
required: true
type: list
keys:
serial:
description: Serial number of the device.
required: true
type: string
key:
description: Encrypted key.
required: true
type: string
ip:
description: IP address of LAN gateway.
required: true
type: string
hmip_enable:
description: Enable or disable hmip.
required: true
type: boolean
hmip:
description: HMIP devices.
required: true
type: list
keys:
type:
description: Device type for RFD service. Look into the manual of your device.
required: true
type: string
device:
description: Device on the host.
required: true
type: string
{% endconfiguration %}
## {% linkable_title Home Assistant configuration %} ## {% linkable_title Home Assistant configuration %}