Add note to OpenTherm Gateway documentation (#6230)

Add a note about update propagation speed to the OpenTherm Gateway documentation.
This commit is contained in:
mvn23 2018-09-09 09:42:25 +02:00 committed by Fabian Affolter
parent c4eef0f346
commit 40d816c7ba

View File

@ -46,6 +46,10 @@ floor_temperature:
type: boolean type: boolean
{% endconfiguration %} {% endconfiguration %}
<p class='note'>
The OpenTherm protocol is based on polling. The thermostat sends requests to the boiler at specific intervals. As a result, it may take some time for changes to propagate between Home Assistant and the thermostat.
</p>
# {% linkable_title Example %} # {% linkable_title Example %}
A full configuration example with the OpenTherm Gateway connected to a remote host running `ser2net` looks like the one below. A full configuration example with the OpenTherm Gateway connected to a remote host running `ser2net` looks like the one below.