From f77071de56024b518c55972a5014f22cd008f271 Mon Sep 17 00:00:00 2001 From: Morten Rugaard Date: Fri, 7 Feb 2020 21:11:35 +0100 Subject: [PATCH] Fixed incorrect type of `client_secret` in Netatmo docs. (#12009) --- source/_integrations/netatmo.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/netatmo.markdown b/source/_integrations/netatmo.markdown index a8a19210beb..6b2b1f4fdb9 100644 --- a/source/_integrations/netatmo.markdown +++ b/source/_integrations/netatmo.markdown @@ -45,7 +45,7 @@ client_id: client_secret: description: The `client secret` from your Netatmo app. required: true - type: integer + type: string {% endconfiguration %} Once that is configured you can enable it from the integrations page.