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
|
# TRVs
|
||||||
|
|
||||||
Lightwave Thermostatic Radiator Values (TRV) are supported but require an additional proxy to capture the current TRV temperature.
|
Lightwave Thermostatic Radiator Values (TRV) are supported.
|
||||||
See [LWProxy](https://github.com/ColinRobbins/Homeassistant-Lightwave-TRV)
|
|
||||||
|
Earlier integrations required a proxy - See [LWProxy](https://github.com/ColinRobbins/Homeassistant-Lightwave-TRV).
|
||||||
|
This capabilty is still supported, but no longer required.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example TRV configuration.yaml for TRVs
|
# Example TRV configuration.yaml for TRVs
|
||||||
@ -117,8 +119,6 @@ lightwave:
|
|||||||
R99D1:
|
R99D1:
|
||||||
name: Bedroom Light
|
name: Bedroom Light
|
||||||
trv:
|
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:
|
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