From 5b35585b0e3991756ba2f9894d1db44874d08656 Mon Sep 17 00:00:00 2001 From: Mark Junker Date: Sat, 6 Mar 2021 12:10:17 +0100 Subject: [PATCH] HA requires a "version" key in the manifest According to the [changelog for version 2021.3](https://www.home-assistant.io/blog/2021/03/03/release-20213/), the `version` key in the manifest.yml will be required in a future version of HA. --- custom_components/multisource/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/multisource/manifest.json b/custom_components/multisource/manifest.json index 675cd71..de31850 100644 --- a/custom_components/multisource/manifest.json +++ b/custom_components/multisource/manifest.json @@ -1,6 +1,7 @@ { "domain": "multisource", "name": "Multisource sensor", + "version": "1.0.0", "documentation": "https://github.com/akasma74/homeassistant-multisource-sensor", "requirements": [], "dependencies": [],