From c897283cab6855b43e5abacd3f547f6a992c1914 Mon Sep 17 00:00:00 2001 From: James Walker Date: Sun, 25 Jul 2021 15:09:34 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=A1=EF=B8=8F=20add=20nest=20thermostat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .stubs/secrets.yaml | 7 ++++++- packages/nest.yaml | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 packages/nest.yaml diff --git a/.stubs/secrets.yaml b/.stubs/secrets.yaml index c2cd6c3..8b4a14a 100644 --- a/.stubs/secrets.yaml +++ b/.stubs/secrets.yaml @@ -3,4 +3,9 @@ home_longitude: 1 home_elevation: 1 hass_db_url: sqlite:///config/test.db -darksky_api_key: 00aa00aa00aa00aa00aa00aa00aa00aa \ No newline at end of file +darksky_api_key: 00aa00aa00aa00aa00aa00aa00aa00aa + +nest_client_id: +nest_client_secret: +nest_project_id: +nest_subscriber_id: \ No newline at end of file diff --git a/packages/nest.yaml b/packages/nest.yaml new file mode 100644 index 0000000..ef932fe --- /dev/null +++ b/packages/nest.yaml @@ -0,0 +1,7 @@ +nest: + client_id: !secret nest_client_id + client_secret: !secret nest_client_secret + # "Project ID" in the Device Access Console + project_id: !secret nest_project_id + # Provide the full path exactly as shown under "Subscription name" in Google Cloud Console + subscriber_id: !secret nest_subscriber_id \ No newline at end of file