diff --git a/source/_integrations/incomfort.markdown b/source/_integrations/incomfort.markdown index f35e7fe3184..4b7c104397f 100644 --- a/source/_integrations/incomfort.markdown +++ b/source/_integrations/incomfort.markdown @@ -21,8 +21,9 @@ ha_config_flow: true --- The `incomfort` {% term integration %} links Home Assistant with your Intergas Lan2RF gateway, including the boiler and any room thermostats attached to it. +The integration uses the [incomfort](https://pypi.org/project/incomfort-client/) client library. -It uses the [incomfort](https://pypi.org/project/incomfort-client/) client library. +The Intergas Lan2RF Gateway connects thermostats based on the OpenTherm standard. An example of such a thermostat is the [Comfort Touch Thermostat](https://www.intergas-verwarming.nl/en/consumer/products/comfort-touch-thermostat/). The thermostats and LAN2RF gateway are often sold as a set. The gateway is suitable for use with Intergas Kombi Kompakt HRE and HReco appliances from year of manufacture 2014. If the Comfort Touch thermostat is used together with the gateway, then this will work in combination with Intergas Kombi Kompakt HRE, HReco, or Xtreme devices from year of manufacture 2017. ### Boiler @@ -34,12 +35,18 @@ In addition, there is a **Sensor** for each of CV pressure, CV temperature, and ### Rooms -Any room thermostats (there can be 0, 1 or 2) are represented as **Climate** devices. They will report the thermostat's `temperature` (setpoint, target temperature) and `current_temperature` and the setpoint can be changed. +Any room thermostats (there can be 0, 1 or 2) are represented as **Climate** devices. They will report the thermostat's target `temperature` and `current_temperature` and the target temperature can be changed. This is similar to changing the target temperature override using the Comfort Touch App that comes with the thermostat/gateway. Note that any override will be reset when a new set point is reached on the thermostat's schedule. {% include integrations/config_flow.md %} The hub does not have to be in the same network as HA, but must be reachable via port 80/HTTP. +## Remove integration + +This integration follows standard integration removal, no extra steps are required. + +{% include integrations/remove_device_service.md %} + ## Automation To send an alert if the CV pressure is too low or too high, consider the following example: