From 86003900fddcc1ba0ce401f00e9dc07fb343bfcc Mon Sep 17 00:00:00 2001 From: Jacob Berelman <630000+stickpin@users.noreply.github.com> Date: Mon, 18 Mar 2024 00:00:22 +0100 Subject: [PATCH] change string to boolean --- custom_components/volkswagencarnet/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/volkswagencarnet/manifest.json b/custom_components/volkswagencarnet/manifest.json index 9c6bfe6..8d99f5d 100644 --- a/custom_components/volkswagencarnet/manifest.json +++ b/custom_components/volkswagencarnet/manifest.json @@ -8,7 +8,7 @@ "documentation": "https://github.com/robinostlund/homeassistant-volkswagencarnet", "integration_type": "hub", "iot_class": "cloud_polling", - "import_executor": "true", + "import_executor": true, "issue_tracker": "https://github.com/robinostlund/homeassistant-volkswagencarnet/issues", "requirements": [], "version": "v0.0.0"