* 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
157 B
JSON
10 lines
157 B
JSON
{
|
|
"area": {
|
|
"living_room": "Living Room",
|
|
"bedroom": "Bedroom",
|
|
"kitchen": "Kitchen"
|
|
},
|
|
"dashboard": {
|
|
"map": { "title": "Map" }
|
|
}
|
|
}
|