mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +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.
|
||||
required: true
|
||||
type: string
|
||||
port:
|
||||
description: "Port of CCU/Homegear XML-RPC Server. Wireless: 2001, wired: 2000, IP: 2010"
|
||||
required: false
|
||||
type: integer
|
||||
username:
|
||||
description: When fetching names via JSON-RPC, you need to specify a user with guest-access to the CCU.
|
||||
required: false
|
||||
@ -172,6 +176,7 @@ homematic:
|
||||
hosts:
|
||||
ccu2:
|
||||
host: 127.0.0.1
|
||||
port: 2001
|
||||
username: Admin
|
||||
password: secret
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user