Skip to content

Commit

Permalink
Add my link support for labels
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Apr 2, 2024
1 parent 1e2c1d1 commit 606439e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/panels/my/ha-panel-my.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({
entities: {
redirect: "/config/entities",
},
labels: {
redirect: "/config/labels",
},
energy: {
component: "energy",
redirect: "/energy",
Expand Down

0 comments on commit 606439e

Please sign in to comment.