From 27120123a3ee662e090bac6af80846c8105bfb24 Mon Sep 17 00:00:00 2001 From: Colin Robbins Date: Mon, 2 Mar 2020 11:15:37 +0000 Subject: [PATCH] Optimistic mode (#12019) * Optimistic mode * :pencil2: Tweak * Update source/_integrations/somfy.markdown Co-Authored-By: Franck Nijhof * Update source/_integrations/somfy.markdown Co-Authored-By: Franck Nijhof * Ref RTS devices Co-authored-by: Klaas Schoute Co-authored-by: Franck Nijhof --- source/_integrations/somfy.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/_integrations/somfy.markdown b/source/_integrations/somfy.markdown index 7ccf01c1bb96..0f9a9f1cf700 100644 --- a/source/_integrations/somfy.markdown +++ b/source/_integrations/somfy.markdown @@ -18,7 +18,7 @@ The Somfy integration will allow users to integrate their Somfy devices into Hom Somfy is leveraging the new account linking service. This means that to set up Somfy, you only need to go to the integrations page and click on add new integration.
- +
## Installation with own developer account @@ -58,8 +58,15 @@ client_secret: description: Your Somfy consumer secret. required: true type: string +optimistic: + description: Set optimistic mode. + required: false + default: false + type: boolean {% endconfiguration %} +**optimistic** mode should only be used when the integration is not able to gain information on whether a cover is open or closed (e.g., [RTS](https://www.somfysystems.com/en-us/discover-somfy/technology/radio-technology-somfy) devices). It will attempt to track the status within Home Assistant. This mode should only be used if Home Assistant is the only way you operate the blind. If you also use the physical remote control or the Somfy app, Home Assistant will become out of sync. + ### Potential duplicate with the Tahoma integration If you use the [Tahoma](/integrations/tahoma) integration, you will have to exclude the covers added by this one. Otherwise, they will be added twice.