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:
committed by
GitHub
parent
52a2e94fc4
commit
ef6650548e
@@ -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"]
|
||||
|
||||
@@ -7678,7 +7678,7 @@
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"waze_travel_time": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user