mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 21:17:47 +00:00
Use 6A1B9A
This commit is contained in:
parent
680e416453
commit
d3522d33b6
@ -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`
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user