Skip to content

Commit

Permalink
Mark API key as deprecated (home-assistant#30402)
Browse files Browse the repository at this point in the history
Service account should be used instead
  • Loading branch information
elupus authored and balloob committed Jan 3, 2020
1 parent 5580ee3 commit 0944d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/google_assistant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def _check_report_state(data):

GOOGLE_ASSISTANT_SCHEMA = vol.All(
cv.deprecated(CONF_ALLOW_UNLOCK, invalidation_version="0.95"),
cv.deprecated(CONF_API_KEY, invalidation_version="0.105"),
vol.Schema(
{
vol.Required(CONF_PROJECT_ID): cv.string,
Expand Down

0 comments on commit 0944d02

Please sign in to comment.