From 00be2e712aa5db18ccb426d5857f93c5a285ea1e Mon Sep 17 00:00:00 2001 From: alvinchen1 <26409535+alvinchen1@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:58:35 -0500 Subject: [PATCH 1/4] Adding note about Climate entity A helpful troubleshooting tip to resolve issues with BAF climate entity and some additional sensors. See https://github.com/home-assistant/core/issues/130402 --- source/_integrations/baf.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/baf.markdown b/source/_integrations/baf.markdown index fda65b81485..7f2dc958973 100644 --- a/source/_integrations/baf.markdown +++ b/source/_integrations/baf.markdown @@ -46,6 +46,10 @@ For devices that support Auto Comfort and are running firmware 3.1 or later, an For devices that support Auto Comfort, a climate {% term entity %} allows adjusting the target temperature. +{% note %} +**Climate and Climate Sensors become unavailable:**: Climate and some sensors like temperature are provided by the remote not the fan itself on certain models. When the fan loses connection to the remote, these entities may become unavailable while the fan remains available. Consult vendor documentation on how to re-establish connectivity between the fan and remote and reload the integration to restore entities availability. +{% endnote %} + ### Number Adjusting the minimum and maximum speed for devices that support Auto Comfort is available. From 72b11c23ef86cff3fa85afaf9dd779b5c52d0f6e Mon Sep 17 00:00:00 2001 From: alvinchen1 <26409535+alvinchen1@users.noreply.github.com> Date: Thu, 23 Jan 2025 16:05:24 -0500 Subject: [PATCH 2/4] Adjusted after reading HA doc standards url --- source/_integrations/baf.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/baf.markdown b/source/_integrations/baf.markdown index 7f2dc958973..57795318b3b 100644 --- a/source/_integrations/baf.markdown +++ b/source/_integrations/baf.markdown @@ -47,7 +47,7 @@ For devices that support Auto Comfort and are running firmware 3.1 or later, an For devices that support Auto Comfort, a climate {% term entity %} allows adjusting the target temperature. {% note %} -**Climate and Climate Sensors become unavailable:**: Climate and some sensors like temperature are provided by the remote not the fan itself on certain models. When the fan loses connection to the remote, these entities may become unavailable while the fan remains available. Consult vendor documentation on how to re-establish connectivity between the fan and remote and reload the integration to restore entities availability. +**Climate and Climate Sensors become unavailable:**: Climate and some sensors like temperature are provided by the remote not the fan itself on certain models. When the fan loses connection to the remote, these entities may become unavailable while the fan remains available. Consult vendor documentation on how to re-establish connectivity between the fan and remote and reload the integration to restore entities availability. {% endnote %} ### Number From 5014846e918d8ea51f8255203a8b8ab4e91a7e26 Mon Sep 17 00:00:00 2001 From: alvinchen1 <26409535+alvinchen1@users.noreply.github.com> Date: Thu, 23 Jan 2025 16:11:36 -0500 Subject: [PATCH 3/4] Removed double column nitpick from coderabbitai --- source/_integrations/baf.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/baf.markdown b/source/_integrations/baf.markdown index 57795318b3b..11928276752 100644 --- a/source/_integrations/baf.markdown +++ b/source/_integrations/baf.markdown @@ -47,7 +47,7 @@ For devices that support Auto Comfort and are running firmware 3.1 or later, an For devices that support Auto Comfort, a climate {% term entity %} allows adjusting the target temperature. {% note %} -**Climate and Climate Sensors become unavailable:**: Climate and some sensors like temperature are provided by the remote not the fan itself on certain models. When the fan loses connection to the remote, these entities may become unavailable while the fan remains available. Consult vendor documentation on how to re-establish connectivity between the fan and remote and reload the integration to restore entities availability. +**Climate and Climate Sensors become unavailable:** Climate and some sensors like temperature are provided by the remote not the fan itself on certain models. When the fan loses connection to the remote, these entities may become unavailable while the fan remains available. Consult vendor documentation on how to re-establish connectivity between the fan and remote and reload the integration to restore entities availability. {% endnote %} ### Number From 6c0105f9b65cc11c7731c1cb4a0a91cd9f3f6f2e Mon Sep 17 00:00:00 2001 From: alvinchen1 <26409535+alvinchen1@users.noreply.github.com> Date: Thu, 23 Jan 2025 16:17:53 -0500 Subject: [PATCH 4/4] Additional nitpicks by coderabbitai --- source/_integrations/baf.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/baf.markdown b/source/_integrations/baf.markdown index 11928276752..963619a8f0a 100644 --- a/source/_integrations/baf.markdown +++ b/source/_integrations/baf.markdown @@ -47,7 +47,7 @@ For devices that support Auto Comfort and are running firmware 3.1 or later, an For devices that support Auto Comfort, a climate {% term entity %} allows adjusting the target temperature. {% note %} -**Climate and Climate Sensors become unavailable:** Climate and some sensors like temperature are provided by the remote not the fan itself on certain models. When the fan loses connection to the remote, these entities may become unavailable while the fan remains available. Consult vendor documentation on how to re-establish connectivity between the fan and remote and reload the integration to restore entities availability. +**Climate and Climate Sensors Become Unavailable:** Climate and some sensors like temperature are provided by the remote, not the fan itself on certain models. When the fan loses connection to the remote, these entities may become unavailable while the fan remains available. Consult vendor documentation on how to re-establish connectivity between the fan and remote and reload the integration to restore entities availability. {% endnote %} ### Number