From bfaebb85513afd637110cfe952df8f750d33de53 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Mon, 20 Jun 2022 18:14:29 +0200 Subject: [PATCH] Remove Somfy documentation (#23111) --- CODEOWNERS | 1 - source/_integrations/somfy.markdown | 78 ----------------------------- source/_redirects | 1 + 3 files changed, 1 insertion(+), 79 deletions(-) delete mode 100644 source/_integrations/somfy.markdown diff --git a/CODEOWNERS b/CODEOWNERS index e01f7a4007b..031d07c3ff5 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -521,7 +521,6 @@ source/_integrations/solaredge_local.markdown @drobtravels @scheric source/_integrations/solarlog.markdown @Ernst79 source/_integrations/solax.markdown @squishykid source/_integrations/soma.markdown @ratsept @sebfortier2288 -source/_integrations/somfy.markdown @tetienne source/_integrations/sonarr.markdown @ctalkington source/_integrations/songpal.markdown @rytilahti @shenxn source/_integrations/sonos.markdown @cgtobi @jjlawren diff --git a/source/_integrations/somfy.markdown b/source/_integrations/somfy.markdown deleted file mode 100644 index 84412774629..00000000000 --- a/source/_integrations/somfy.markdown +++ /dev/null @@ -1,78 +0,0 @@ ---- -title: Somfy -description: Instructions on how to set up the Somfy hub within Home Assistant. -ha_category: - - Hub -ha_iot_class: Cloud Polling -ha_release: 0.95 -ha_config_flow: true -ha_codeowners: - - '@tetienne' -ha_domain: somfy -ha_zeroconf: true -ha_platforms: - - climate - - cover - - sensor - - switch -ha_integration_type: integration ---- - -
- -The Somfy Open API (cloud-based) has been deprecated in favor of the [Somfy TaHoma Developer Mode](https://developer.somfy.com/developer-mode) and will shut down after June 21st, 2022. The [Overkiz integration](/integrations/overkiz/) will support this new local API and can already be used to control your Somfy devices via the cloud. - -
- -The Somfy integration will allow users to integrate their Somfy devices into Home Assistant using the [official API](https://developer.somfy.com/somfy-open-api/apis). - -## Installation - -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 - -It is possible to create your own developer account and configure Somfy via that. - -### Setting up developer account - -1. Visit [https://developer.somfy.com](https://developer.somfy.com). -2. Log in using your Somfy credentials. -3. Open the _My Apps_ menu. -4. Add a new App: - -- App Name: Home Assistant -- Callback URL: `/auth/external/callback` -- Description: Home Assistant instance -- Product: Somfy Open API - -### Pre-configuration - -```yaml -# Example configuration.yaml entry -somfy: - client_id: CONSUMER_KEY - client_secret: CONSUMER_SECRET -``` - -{% configuration %} -client_id: - description: Your Somfy consumer key. - required: true - type: string -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. - -{% include integrations/config_flow.md %} diff --git a/source/_redirects b/source/_redirects index f2acd65494c..62466d50047 100644 --- a/source/_redirects +++ b/source/_redirects @@ -473,6 +473,7 @@ /integrations/simple_alarm /more-info/removed-integration 301 /integrations/smarthab /more-info/removed-integration 301 /integrations/socialblade /more-info/removed-integration 301 +/integrations/somfy /more-info/removed-integration 301 /integrations/spotcrime /more-info/removed-integration 301 /integrations/srp_energy /more-info/removed-integration 301 /integrations/synology /more-info/removed-integration 301