1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-18 07:56:03 +01:00
Files
core/homeassistant/components/waze_travel_time/manifest.json
2026-03-14 13:56:15 +01:00

12 lines
362 B
JSON

{
"domain": "waze_travel_time",
"name": "Waze Travel Time",
"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.2.0"]
}