🔥 remove nest yaml

This commit is contained in:
James Walker 2022-08-04 18:01:28 -04:00
parent ba56a2170e
commit b0fad8f397
Signed by: walkah
GPG Key ID: 3C127179D6086E93
4 changed files with 3 additions and 14 deletions

View File

@ -1 +1 @@
2022.3.8
2022.8.0

3
.gitignore vendored
View File

@ -15,4 +15,5 @@ image
*.db-wal
.vscode
.DS_Store
.DS_Store
*.pem

View File

@ -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

View File

@ -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