Fix incorrect parameter name: proxy_ip (#15700)

tcp_proxy_ip should be proxy_ip
This commit is contained in:
Colin Robbins 2020-11-20 17:01:55 +00:00 committed by GitHub
parent 0af9e5e563
commit 84654ca8a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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