From 718184fbccefa29d585c0aab20dbcfcd6b7c397f Mon Sep 17 00:00:00 2001 From: Luke Wale Date: Mon, 29 Jul 2024 14:45:43 +0800 Subject: [PATCH] Add AirTouch5 cover doco (#33940) * Add AirTouch5 cover doco * coderabbitai suggested changes --- source/_integrations/airtouch5.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/_integrations/airtouch5.markdown b/source/_integrations/airtouch5.markdown index a12508f8c84..95faeb70d1f 100644 --- a/source/_integrations/airtouch5.markdown +++ b/source/_integrations/airtouch5.markdown @@ -11,6 +11,7 @@ ha_codeowners: ha_domain: airtouch5 ha_platforms: - climate + - cover ha_integration_type: integration --- @@ -23,3 +24,13 @@ The AirTouch 5 integration allows you to control ducted air conditioning systems ### Climate The integration will create a climate entity for each AC unit and each zone. + +### Cover + +Each zone has a cover entity to represent the state of the damper. + +{% note %} + +Manual damper adjustments are not recommended in a zone with a temperature sensor, as the AirTouch 5 will automatically control the damper. + +{% endnote %}