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