From 66499281f746cdd62270f05de30ffdf2a30d8615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Thu, 11 Mar 2021 15:01:05 +0100 Subject: [PATCH] Add version to manifest This is now required for custom components. --- custom_components/coronavirus_hessen/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/coronavirus_hessen/manifest.json b/custom_components/coronavirus_hessen/manifest.json index d19bc6a..1f61927 100644 --- a/custom_components/coronavirus_hessen/manifest.json +++ b/custom_components/coronavirus_hessen/manifest.json @@ -1,6 +1,7 @@ { "domain": "coronavirus_hessen", "name": "Coronavirus Hessen", + "version": "0.11.2", "config_flow": true, "documentation": "https://github.com/foosel/homeassistant-coronavirus-hessen", "requirements": ["beautifulsoup4==4.8.2"],