mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Mark API key as deprecated (#30402)
Service account should be used instead
This commit is contained in:
parent
5580ee3fa1
commit
0944d02262
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user