mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Fix incorrect parameter name: proxy_ip (#15700)
tcp_proxy_ip should be proxy_ip
This commit is contained in:
parent
0af9e5e563
commit
84654ca8a2
@ -65,12 +65,12 @@ trv:
|
||||
required: false
|
||||
type: map
|
||||
keys:
|
||||
trv_proxy_ip:
|
||||
proxy_ip:
|
||||
description: IP address of a proxy for TRV integration.
|
||||
required: false
|
||||
type: string
|
||||
default: "127.0.0.1"
|
||||
trv_proxy_port:
|
||||
proxy_port:
|
||||
description: IP port address of a proxy for TRV integration.
|
||||
required: false
|
||||
type: integer
|
||||
@ -111,8 +111,8 @@ lightwave:
|
||||
R99D1:
|
||||
name: Bedroom Light
|
||||
trv:
|
||||
trv_proxy_ip: 127.0.0.1 # Proxy address, do not change unless running on a different server
|
||||
trv_proxy_port: 7878 # Do not change, unless a port clash
|
||||
proxy_ip: 127.0.0.1 # Proxy address, do not change unless running on a different server
|
||||
proxy_port: 7878 # Do not change, unless a port clash
|
||||
trvs:
|
||||
R1Dh: # The ID of the TRV.
|
||||
name: Bedroom TRV
|
||||
|
Loading…
x
Reference in New Issue
Block a user