mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add integration type to google_translate (#157718)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
Franck Nijhof
parent
4df172374c
commit
7d4394f7ed
@@ -4,6 +4,7 @@
|
||||
"codeowners": [],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/google_translate",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["gtts"],
|
||||
"requirements": ["gTTS==2.5.3"]
|
||||
|
||||
@@ -2465,7 +2465,7 @@
|
||||
"name": "Google Tasks"
|
||||
},
|
||||
"google_translate": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_push",
|
||||
"name": "Google Translate text-to-speech"
|
||||
|
||||
Reference in New Issue
Block a user