Use 6A1B9A

This commit is contained in:
Ludeeus 2021-12-06 09:48:52 +00:00
parent 680e416453
commit d3522d33b6
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ class HaConfigNavigation extends LitElement {
${this.pages.map((page) => ${this.pages.map((page) =>
( (
page.path === "#external-app-configuration" page.path === "#external-app-configuration"
? !this.externalConfig?.hasSettingsScreen ? this.externalConfig?.hasSettingsScreen
: canShowPage(this.hass, page) : canShowPage(this.hass, page)
) )
? html` ? html`

View File

@ -117,7 +117,7 @@ export const configSections: { [name: string]: PageNavigation[] } = {
name: "Companion App", name: "Companion App",
description: "Location and notifications", description: "Location and notifications",
iconPath: mdiCellphoneCog, iconPath: mdiCellphoneCog,
iconColor: "#81009D", iconColor: "#6A1B9A",
}, },
{ {
path: "/config/core", path: "/config/core",