mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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
|
required: false
|
||||||
type: map
|
type: map
|
||||||
keys:
|
keys:
|
||||||
trv_proxy_ip:
|
proxy_ip:
|
||||||
description: IP address of a proxy for TRV integration.
|
description: IP address of a proxy for TRV integration.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: "127.0.0.1"
|
default: "127.0.0.1"
|
||||||
trv_proxy_port:
|
proxy_port:
|
||||||
description: IP port address of a proxy for TRV integration.
|
description: IP port address of a proxy for TRV integration.
|
||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
@ -111,8 +111,8 @@ lightwave:
|
|||||||
R99D1:
|
R99D1:
|
||||||
name: Bedroom Light
|
name: Bedroom Light
|
||||||
trv:
|
trv:
|
||||||
trv_proxy_ip: 127.0.0.1 # Proxy address, do not change unless running on a different server
|
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_port: 7878 # Do not change, unless a port clash
|
||||||
trvs:
|
trvs:
|
||||||
R1Dh: # The ID of the TRV.
|
R1Dh: # The ID of the TRV.
|
||||||
name: Bedroom TRV
|
name: Bedroom TRV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user