From 9cab363fc5199193368496b597c0080fba5ddfc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20St=C3=BCrmer?= Date: Sat, 1 May 2021 07:56:25 +0200 Subject: [PATCH] Update manifest.json add iot_class to manifest --- custom_components/rki_covid/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/rki_covid/manifest.json b/custom_components/rki_covid/manifest.json index 91802d5..a57bf3c 100644 --- a/custom_components/rki_covid/manifest.json +++ b/custom_components/rki_covid/manifest.json @@ -1,6 +1,7 @@ { "domain": "rki_covid", "version": "1.5.1", + "iot_class": "cloud_polling", "name": "Robert-Koch Institut COVID Numbers", "documentation": "https://github.com/thebino/rki_covid/blob/master/README.md", "issue_tracker": "https://github.com/thebino/rki_covid/issues",