1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00

Add integration_type service to waze_travel_time (#163974)

This commit is contained in:
Joost Lekkerkerker
2026-02-25 07:06:14 +01:00
committed by GitHub
parent 52a2e94fc4
commit ef6650548e
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@eifinger"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/waze_travel_time",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["pywaze", "homeassistant.helpers.location"],
"requirements": ["pywaze==1.1.1"]

View File

@@ -7678,7 +7678,7 @@
"iot_class": "cloud_polling"
},
"waze_travel_time": {
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},