core/homeassistant/components/waze_travel_time/manifest.json

11 lines
329 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",
"iot_class": "cloud_polling",
"loggers": ["pywaze", "homeassistant.helpers.location"],
"requirements": ["pywaze==0.5.1"]
}