🌡️ add nest thermostat
This commit is contained in:
parent
b7d81da688
commit
c897283cab
@ -4,3 +4,8 @@ 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:
|
||||||
|
nest_client_secret:
|
||||||
|
nest_project_id:
|
||||||
|
nest_subscriber_id:
|
7
packages/nest.yaml
Normal file
7
packages/nest.yaml
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user