diff --git a/Integrations.md b/Integrations.md index 9b39b27..864c699 100644 --- a/Integrations.md +++ b/Integrations.md @@ -201,9 +201,9 @@ You can pass all 3 but ESPSomfy RTS will only authenticate using the applicable ```json { - pin: 1234 - username: myUser - password: myPassword + "pin": 1234 + "username": "myUser" + "password": "myPassword" } ```