Skip to content

Commit

Permalink
Add supervisor_logs and supervisor_info redirects (#8417)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Feb 19, 2021
1 parent fe54f8e commit d51fd1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hassio/src/hassio-my-redirect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ import { navigate } from "../../src/common/navigate";
import { HomeAssistant, Route } from "../../src/types";

const REDIRECTS: Redirects = {
supervisor_system: {
supervisor_logs: {
redirect: "/hassio/system",
},
supervisor_info: {
redirect: "/hassio/system",
},
supervisor_snapshots: {
Expand Down

0 comments on commit d51fd1e

Please sign in to comment.