mirror of https://github.com/home-assistant/core
11 lines
380 B
JSON
11 lines
380 B
JSON
{
|
|
"domain": "here_travel_time",
|
|
"name": "HERE Travel Time",
|
|
"codeowners": ["@eifinger"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/here_travel_time",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["here_routing", "here_transit", "homeassistant.helpers.location"],
|
|
"requirements": ["here-routing==1.0.1", "here-transit==1.2.1"]
|
|
}
|