Add new Neato Client Authentications to GitHub Repo and also verify that all is good from a YAML standpoint. #1133
This commit is contained in:
parent
fe5d6eaf55
commit
305f2ec675
|
@ -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.
|
||||
##############################################################################
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue