Correct tabs for customizations page (#7990)

This commit is contained in:
Philip Allgaier
2020-12-29 22:52:58 +01:00
committed by GitHub
parent f4d07828e7
commit 2000cfb1db

View File

@@ -92,7 +92,7 @@ class HaConfigCustomize extends LocalizeMixin(PolymerElement) {
}
_computeTabs() {
return configSections.general;
return configSections.advanced;
}
computeEntities(hass) {