From b0fad8f3974ab551f529683659e7df8ba69abc6e Mon Sep 17 00:00:00 2001 From: James Walker Date: Thu, 4 Aug 2022 18:01:28 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove=20nest=20yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .HA_VERSION | 2 +- .gitignore | 3 ++- .stubs/secrets.yaml | 5 ----- packages/nest.yaml | 7 ------- 4 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 packages/nest.yaml diff --git a/.HA_VERSION b/.HA_VERSION index cc872d7..b41d75d 100644 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -2022.3.8 \ No newline at end of file +2022.8.0 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 7bd100a..0fa1915 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ image *.db-wal .vscode -.DS_Store \ No newline at end of file +.DS_Store +*.pem diff --git a/.stubs/secrets.yaml b/.stubs/secrets.yaml index 54ed4a4..74d1bbd 100644 --- a/.stubs/secrets.yaml +++ b/.stubs/secrets.yaml @@ -4,8 +4,3 @@ home_elevation: 1 hass_db_url: sqlite:///config/test.db darksky_api_key: 00aa00aa00aa00aa00aa00aa00aa00aa - -nest_client_id: client_id -nest_client_secret: client_secret -nest_project_id: project_id -nest_subscriber_id: subscriber_id \ No newline at end of file diff --git a/packages/nest.yaml b/packages/nest.yaml deleted file mode 100644 index ef932fe..0000000 --- a/packages/nest.yaml +++ /dev/null @@ -1,7 +0,0 @@ -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