From dcdbbd4d74671fb3360aa10df0d0c7259c048ee4 Mon Sep 17 00:00:00 2001 From: Lyfesaver <61745478+lyfesaver74@users.noreply.github.com> Date: Thu, 2 Oct 2025 16:07:36 -0500 Subject: [PATCH] Update manifest.json --- custom_components/dispatcharr_sensor/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/custom_components/dispatcharr_sensor/manifest.json b/custom_components/dispatcharr_sensor/manifest.json index 022cf0c..4d52417 100644 --- a/custom_components/dispatcharr_sensor/manifest.json +++ b/custom_components/dispatcharr_sensor/manifest.json @@ -1,11 +1,12 @@ { "domain": "dispatcharr_sensor", "name": "Dispatcharr Sessions Sensor", - "version": "2.0.0", + "version": "2.2.0", "documentation": "https://github.com/lyfesaver74/ha-dispatcharr", "requirements": [], "dependencies": [], "codeowners": ["@lyfesaver74"], "iot_class": "local_polling", "config_flow": true -} \ No newline at end of file + +}