Skip to content

Commit

Permalink
Optimistic mode (home-assistant#12019)
Browse files Browse the repository at this point in the history
* Optimistic mode

* ✏️ Tweak

* Update source/_integrations/somfy.markdown

Co-Authored-By: Franck Nijhof <[email protected]>

* Update source/_integrations/somfy.markdown

Co-Authored-By: Franck Nijhof <[email protected]>

* Ref RTS devices

Co-authored-by: Klaas Schoute <[email protected]>
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
3 people authored Mar 2, 2020
1 parent 3f6d4df commit 2712012
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion source/_integrations/somfy.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div class='videoWrapper'>
<iframe width="560" height="315" src="https://www.youtube.com/embed/y0SECWUVR-M" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/y0SECWUVR-M" frameborder="0" allowfullscreen></iframe>
</div>

## Installation with own developer account
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 2712012

Please sign in to comment.