mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 13:38:04 +00:00
* Deprecate the map integration * Revert changes in DashboardsCollection._async_load_data * Add option to allow single word in dashboard URL * Update tests * Translate title * Add icon * Improve test coverage
10 lines
235 B
JSON
10 lines
235 B
JSON
{
|
|
"domain": "map",
|
|
"name": "Map",
|
|
"codeowners": [],
|
|
"dependencies": ["frontend", "lovelace"],
|
|
"documentation": "https://www.home-assistant.io/integrations/map",
|
|
"integration_type": "system",
|
|
"quality_scale": "internal"
|
|
}
|