hass-core/homeassistant/components/onboarding/strings.json
Erik Montnemery a16ea3d7bd
Deprecate the map integration (#113215)
* 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
2024-03-14 14:04:41 +01:00

10 lines
157 B
JSON

{
"area": {
"living_room": "Living Room",
"bedroom": "Bedroom",
"kitchen": "Kitchen"
},
"dashboard": {
"map": { "title": "Map" }
}
}