Improve incomfort docs (#36949)

* Improve incomfort docs

* Rephrase

* Typo

* Update source/_integrations/incomfort.markdown

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Apply suggestions from code review

* fix link

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Jan Bouwhuis 2025-01-16 09:35:57 +01:00 committed by GitHub
parent 076356c367
commit 340bbecd66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 `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 ### Boiler
@ -34,12 +35,18 @@ In addition, there is a **Sensor** for each of CV pressure, CV temperature, and
### Rooms ### 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 %} {% 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. 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 ## Automation
To send an alert if the CV pressure is too low or too high, consider the following example: To send an alert if the CV pressure is too low or too high, consider the following example: