mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
homematic: Add host port config documentation (#11498)
This commit is contained in:
parent
c7dc9b86a2
commit
e0636a3ef9
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user