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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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