From 9e1dd3f72c1db001b840ebac1c05b6b6bd3a3ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiago=20Figueir=C3=B3?= Date: Sat, 21 Dec 2024 10:27:58 +1100 Subject: [PATCH] fix: Add missing package (#339) Fixes https://github.com/davidrapan/ha-solarman/issues/338 --- custom_components/solarman/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/solarman/manifest.json b/custom_components/solarman/manifest.json index c3e9335..5e3c81b 100644 --- a/custom_components/solarman/manifest.json +++ b/custom_components/solarman/manifest.json @@ -8,6 +8,6 @@ "integration_type": "device", "iot_class": "local_polling", "issue_tracker": "https://github.com/davidrapan/ha-solarman/issues", - "requirements": ["propcache", "pyyaml", "umodbus"], + "requirements": ["propcache", "pyyaml", "umodbus", "aiofiles"], "version": "24.12.20_2" }