From d58ce76edc276bd06b81abdcd3513c0a644c175e Mon Sep 17 00:00:00 2001 From: Eric Papaluca Date: Tue, 3 Sep 2024 14:56:40 +0100 Subject: [PATCH] Fix dependencies to point to pyserial, rather than serial --- custom_components/cambridge_cxa/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/cambridge_cxa/manifest.json b/custom_components/cambridge_cxa/manifest.json index 47206fd..2e71b11 100755 --- a/custom_components/cambridge_cxa/manifest.json +++ b/custom_components/cambridge_cxa/manifest.json @@ -4,7 +4,7 @@ "documentation": "https://github.com/lievencoghe/cambridge_cxa", "issue_tracker": "https://github.com/lievencoghe/cambridge_cxa/issues", "integration_type": "entity", - "requirements": ["serial"], + "requirements": ["pyserial"], "dependencies": [], "codeowners": [ "@lievencoghe"