This commit is contained in:
Cody C 2024-04-27 23:09:20 +02:00 committed by GitHub
commit 7b38562233
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View File

@ -97,7 +97,7 @@ export class HaConfigApplicationCredentials extends LitElement {
.narrow=${this.narrow}
.route=${this.route}
backPath="/config"
.tabs=${configSections.devices}
.tabs=${configSections.application_credentials}
.columns=${this._columns(this.narrow, this.hass.localize)}
.data=${this._getApplicationCredentials(
this._applicationCredentials,

View File

@ -220,6 +220,15 @@ export const configSections: { [name: string]: PageNavigation[] } = {
iconColor: "#616161",
},
],
application_credentials: [
{
component: "application_credentials",
path: "/config/application_credentials",
translationKey: "ui.panel.config.application_credentials.caption",
iconPath: mdiDevices,
iconColor: "#2D338F",
},
],
voice_assistants: [
{
path: "/config/voice-assistants",