From 9cd7ee80236c39b124e50d187bffd40e9ea339fb Mon Sep 17 00:00:00 2001 From: Pavel Slama Date: Thu, 8 Jun 2023 19:52:39 +0200 Subject: [PATCH] fix: add required iot_class --- custom_components/attributes/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/attributes/manifest.json b/custom_components/attributes/manifest.json index c2ef0bd..6e7fc3f 100644 --- a/custom_components/attributes/manifest.json +++ b/custom_components/attributes/manifest.json @@ -4,6 +4,7 @@ "version": "1.2.1", "documentation": "https://github.com/pilotak/homeassistant-attributes", "issue_tracker": "https://github.com/pilotak/homeassistant-attributes/issues", + "iot_class": "assumed_state", "requirements": [], "dependencies": [], "codeowners": ["@pilotak"]