Skip to content

Commit 7d4394f

Browse files
arturpragaczclaude
authored andcommitted
Add integration type to google_translate (home-assistant#157718)
Co-authored-by: Claude <[email protected]>
1 parent 4df1723 commit 7d4394f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/google_translate/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": [],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/google_translate",
7+
"integration_type": "service",
78
"iot_class": "cloud_push",
89
"loggers": ["gtts"],
910
"requirements": ["gTTS==2.5.3"]

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2465,7 +2465,7 @@
24652465
"name": "Google Tasks"
24662466
},
24672467
"google_translate": {
2468-
"integration_type": "hub",
2468+
"integration_type": "service",
24692469
"config_flow": true,
24702470
"iot_class": "cloud_push",
24712471
"name": "Google Translate text-to-speech"

0 commit comments

Comments
 (0)