homematic: Add host port config documentation (#11498)

This commit is contained in:
Steven Barth 2019-12-31 14:46:21 +01:00 committed by Charles Garwood
parent c7dc9b86a2
commit e0636a3ef9

View File

@ -133,6 +133,10 @@ host:
description: IP address of CCU/Homegear device. description: IP address of CCU/Homegear device.
required: true required: true
type: string type: string
port:
description: "Port of CCU/Homegear XML-RPC Server. Wireless: 2001, wired: 2000, IP: 2010"
required: false
type: integer
username: username:
description: When fetching names via JSON-RPC, you need to specify a user with guest-access to the CCU. description: When fetching names via JSON-RPC, you need to specify a user with guest-access to the CCU.
required: false required: false
@ -172,6 +176,7 @@ homematic:
hosts: hosts:
ccu2: ccu2:
host: 127.0.0.1 host: 127.0.0.1
port: 2001
username: Admin username: Admin
password: secret password: secret