Merge branch 'current' into next

This commit is contained in:
Jesse Hills 2022-05-12 15:05:13 +12:00
commit dbddc09b34
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
2 changed files with 11 additions and 0 deletions

View File

@ -176,6 +176,10 @@ Configuration variables:
sensor: room_temperature
use_fahrenheit: true
.. note::
- See :ref:`Toshiba<toshiba>` below if you are looking for compatibility with Midea model MAP14HS1TBL or similar.
.. _climate_ir_lg:
@ -245,6 +249,9 @@ Configuration variables:
``update_interval`` must be less than seven minutes or the ``RAC-PT1411HWRU`` will revert to using its own
internal temperature sensor; a value of 30 seconds seems to work well. See :doc:`/components/sensor/index`
for more information.
- This climate IR component is also known to work with Midea model MAP14HS1TBL and may work with other similar
models, as well. (Midea acquired Toshiba's product line and re-branded it.)
.. _whirlpool:

View File

@ -91,6 +91,10 @@ exclude_patterns = [
".env",
]
html_extra_path = [
"_redirects",
]
# The reST default role (used for this markup: `text`) to use for all documents.
# default_role = 'cpp:any'