Files
ha-core/homeassistant/components/here_travel_time/manifest.json
Kevin Stillhammer f9d4bde0f6 Bump here-routing to 1.2.0 (#147204)
* Bump here-routing to 1.2.0

* Fix mypy typing errors

* Correct types for call assertion
2025-06-20 13:44:14 +02:00

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.2.0", "here-transit==1.2.1"]
}