Optimistic mode (#12019)

* Optimistic mode

* ✏️ Tweak

* Update source/_integrations/somfy.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/somfy.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Ref RTS devices

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Colin Robbins 2020-03-02 11:15:37 +00:00 committed by GitHub
parent 3f6d4df54f
commit 27120123a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.