From 7b78101fe0ae51bc5c2bb126e6c07fbaa83ca754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 7 Feb 2021 17:34:24 +0100 Subject: [PATCH] Show disabled reason (#1878) --- custom_components/hacs/manifest.json | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/hacs/manifest.json b/custom_components/hacs/manifest.json index 6100b92fbd6..092669de1c2 100644 --- a/custom_components/hacs/manifest.json +++ b/custom_components/hacs/manifest.json @@ -19,8 +19,8 @@ "aiogithubapi>=21.2.0", "awesomeversion>=21.2.2", "backoff>=1.10.0", - "hacs_frontend==20210131153018", + "hacs_frontend==20210207162610", "queueman==0.5" ], "version": "0.0.0" -} \ No newline at end of file +} diff --git a/requirements.txt b/requirements.txt index 30ade1df64a..b2dc0378548 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ awesomeversion>=21.2.2 backoff>=1.10.0 bellybutton==0.3.1 colorlog==4.7.2 -hacs_frontend==20210131153018 +hacs_frontend==20210207162610 pre-commit==2.10.0 PyGithub==1.54.1 pytest==6.2.2