From ca76f7ec94d8959b27a612e42deceefa86b181f3 Mon Sep 17 00:00:00 2001 From: Wibias <37517432+Wibias@users.noreply.github.com> Date: Thu, 29 Apr 2021 19:14:40 +0200 Subject: [PATCH] Update for coming Home-Assistant Version Updating Readme Adding IOT-Class to manifest. Not sure if its the right one. --- README.md | 2 +- custom_components/variable/manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c73ca33..3339d55 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Home Assistant component to declare and set/update variables (state). -Since rogro82 seems to have abandoned his repository and his custom_component is really useful I just forked it and updated it so it's still works with 0.117! +Since rogro82 seems to have abandoned his repository and his custom_component is really useful I just forked it and updated it so it's still works with ^2021.5.0! ## Install diff --git a/custom_components/variable/manifest.json b/custom_components/variable/manifest.json index 8fef177..bf69e5f 100644 --- a/custom_components/variable/manifest.json +++ b/custom_components/variable/manifest.json @@ -9,5 +9,6 @@ "@rogro82", "@wibias" ], - "version": "2.0.0" + "iot_class": "calculated", + "version": "2.1.0" } \ No newline at end of file