From 305f2ec675f37d7290cebd061876069c6a4a664e Mon Sep 17 00:00:00 2001 From: ccostan Date: Thu, 11 Nov 2021 14:41:15 -0500 Subject: [PATCH] Add new Neato Client Authentications to GitHub Repo and also verify that all is good from a YAML standpoint. #1133 --- config/packages/neato.yaml | 8 ++++++++ config/travis_secrets.yaml | 2 ++ 2 files changed, 10 insertions(+) diff --git a/config/packages/neato.yaml b/config/packages/neato.yaml index bd23417c..dfb57ea9 100755 --- a/config/packages/neato.yaml +++ b/config/packages/neato.yaml @@ -4,6 +4,14 @@ # Neato Support for D7 Connected Botvac - control my [Neato Vacuum](https://amzn.to/2kqnnqu) with Home Assistant. #------------------------------------------- +############################################################################## +### Configuration - Authentication via the DEVELOPER Portal +############################################################################## + +neato: + client_id: !secret neato_client_id + client_secret: !secret neato_client_secret + ############################################################################## ### Automations - Tweet out When neato is heading back to his Dock for recharging. ############################################################################## diff --git a/config/travis_secrets.yaml b/config/travis_secrets.yaml index 891ac454..1cf5274b 100755 --- a/config/travis_secrets.yaml +++ b/config/travis_secrets.yaml @@ -28,6 +28,8 @@ fitbit_user: User@email.com fitbit_password: abcdefghijklmnopqrstuvwxyz0123456789 juicenet_access_token: abcdefghijklmnopqrstuvwxyz0123456789 bedroom_restart_on: "/usr/bin/curl -k 'http://192.168.10.127:2323/?cmd=restartApp&password=SecretPassWord'" +neato_client_id: 35488453184932TheseAreSecretGeneratedRandomCodes4U3205454571618 +neato_client_secret: 35488453184932TheseAreSecretGeneratedRandomCodes4U3205454571618-ButTheSecretOne! nest_client_id: secret_nest_client_id nest_client_secret: secretnestclientid august_username: user@email.com