mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update Lightwave to remove need for proxy (#25625)
This commit is contained in:
parent
0e02226706
commit
75f224451d
@ -106,8 +106,10 @@ The first use of a light or switch will try to register with your Lightwave WiFi
|
||||
|
||||
# TRVs
|
||||
|
||||
Lightwave Thermostatic Radiator Values (TRV) are supported but require an additional proxy to capture the current TRV temperature.
|
||||
See [LWProxy](https://github.com/ColinRobbins/Homeassistant-Lightwave-TRV)
|
||||
Lightwave Thermostatic Radiator Values (TRV) are supported.
|
||||
|
||||
Earlier integrations required a proxy - See [LWProxy](https://github.com/ColinRobbins/Homeassistant-Lightwave-TRV).
|
||||
This capabilty is still supported, but no longer required.
|
||||
|
||||
```yaml
|
||||
# Example TRV configuration.yaml for TRVs
|
||||
@ -117,8 +119,6 @@ lightwave:
|
||||
R99D1:
|
||||
name: Bedroom Light
|
||||
trv:
|
||||
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