🔥 remove nest yaml
This commit is contained in:
parent
ba56a2170e
commit
b0fad8f397
@ -1 +1 @@
|
|||||||
2022.3.8
|
2022.8.0
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -15,4 +15,5 @@ image
|
|||||||
*.db-wal
|
*.db-wal
|
||||||
|
|
||||||
.vscode
|
.vscode
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
*.pem
|
||||||
|
@ -4,8 +4,3 @@ home_elevation: 1
|
|||||||
hass_db_url: sqlite:///config/test.db
|
hass_db_url: sqlite:///config/test.db
|
||||||
|
|
||||||
darksky_api_key: 00aa00aa00aa00aa00aa00aa00aa00aa
|
darksky_api_key: 00aa00aa00aa00aa00aa00aa00aa00aa
|
||||||
|
|
||||||
nest_client_id: client_id
|
|
||||||
nest_client_secret: client_secret
|
|
||||||
nest_project_id: project_id
|
|
||||||
nest_subscriber_id: subscriber_id
|
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user