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