Rename google hangouts to google chat (#68941)

This commit is contained in:
Robert Hillis 2022-03-31 08:47:51 -04:00 committed by GitHub
parent 185aa025ac
commit fc27f38de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"domain": "hangouts", "domain": "hangouts",
"name": "Google Hangouts", "name": "Google Chat",
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/hangouts", "documentation": "https://www.home-assistant.io/integrations/hangouts",
"requirements": ["hangups==0.4.17"], "requirements": ["hangups==0.4.17"],

View File

@ -16,7 +16,7 @@
"password": "[%key:common::config_flow::data::password%]", "password": "[%key:common::config_flow::data::password%]",
"authorization_code": "Authorization Code (required for manual authentication)" "authorization_code": "Authorization Code (required for manual authentication)"
}, },
"title": "Google Hangouts Login" "title": "Google Chat Login"
}, },
"2fa": { "2fa": {
"data": { "data": {

View File

@ -22,7 +22,7 @@
"email": "Email", "email": "Email",
"password": "Password" "password": "Password"
}, },
"title": "Google Hangouts Login" "title": "Google Chat Login"
} }
} }
} }