From b125b63ce94465a5cb13b81747472c10c8dc370f Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 7 Aug 2023 12:27:52 -0400 Subject: [PATCH] bumped version to support ultrasync v0.9.9 --- custom_components/ultrasync/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/ultrasync/manifest.json b/custom_components/ultrasync/manifest.json index 2324945..be713a5 100644 --- a/custom_components/ultrasync/manifest.json +++ b/custom_components/ultrasync/manifest.json @@ -2,10 +2,10 @@ "domain": "ultrasync", "name": "UltraSync Alarm Panel Beta", "iot_class": "local_polling", - "version": "1.0.3", + "version": "1.0.4", "documentation": "https://www.home-assistant.io/integrations/ultrasync", "issue_tracker": "https://github.com/caronc/ha-ultrasync/issues", - "requirements": ["ultrasync==0.9.8"], + "requirements": ["ultrasync==0.9.9"], "codeowners": ["@caronc"], "config_flow": true }