mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 15:31:52 -05:00
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
This commit is contained in:
@@ -441,7 +441,10 @@ def gen_platform_strings_schema(config: Config, integration: Integration) -> vol
|
||||
|
||||
|
||||
ONBOARDING_SCHEMA = vol.Schema(
|
||||
{vol.Required("area"): {str: translation_value_validator}}
|
||||
{
|
||||
vol.Required("area"): {str: translation_value_validator},
|
||||
vol.Required("dashboard"): {str: {"title": translation_value_validator}},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user