From 42098e5f4cc0bd9d7ef26db7fe081b9401920d16 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 9 Sep 2020 19:09:51 +0200 Subject: [PATCH] Add snapshot support for new media folder --- hassio/src/snapshots/hassio-snapshots.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/hassio/src/snapshots/hassio-snapshots.ts b/hassio/src/snapshots/hassio-snapshots.ts index 3bc9bfcc451a..1f594a125aa8 100644 --- a/hassio/src/snapshots/hassio-snapshots.ts +++ b/hassio/src/snapshots/hassio-snapshots.ts @@ -79,6 +79,7 @@ class HassioSnapshots extends LitElement { }, { slug: "ssl", name: "SSL", checked: true }, { slug: "share", name: "Share", checked: true }, + { slug: "media", name: "Media", checked: true }, { slug: "addons/local", name: "Local add-ons", checked: true }, ];