From a959cabb8ad0feadf5ecc00ed8fdb44c81edc593 Mon Sep 17 00:00:00 2001 From: Patrick762 Date: Sun, 6 Aug 2023 16:50:47 +0200 Subject: [PATCH] updated streamdeckapi package --- custom_components/streamdeck/manifest.json | 4 ++-- manifest_template.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/streamdeck/manifest.json b/custom_components/streamdeck/manifest.json index 88661b0..e75772e 100644 --- a/custom_components/streamdeck/manifest.json +++ b/custom_components/streamdeck/manifest.json @@ -8,7 +8,7 @@ "integration_type": "device", "iot_class": "local_push", "issue_tracker": "https://github.com/Patrick762/hassio-streamdeck/issues", - "requirements": ["mdiicons==0.0.2", "streamdeckapi==0.0.7"], + "requirements": ["mdiicons==0.0.2", "streamdeckapi==0.0.10"], "ssdp": [ { "st": "urn:home-assistant-device:stream-deck" @@ -17,6 +17,6 @@ "deviceType": "urn:home-assistant-device:stream-deck" } ], - "version": "0.0.5", + "version": "0.0.6", "zeroconf": ["_stream-deck-api._tcp.local."] } diff --git a/manifest_template.json b/manifest_template.json index 88661b0..e75772e 100644 --- a/manifest_template.json +++ b/manifest_template.json @@ -8,7 +8,7 @@ "integration_type": "device", "iot_class": "local_push", "issue_tracker": "https://github.com/Patrick762/hassio-streamdeck/issues", - "requirements": ["mdiicons==0.0.2", "streamdeckapi==0.0.7"], + "requirements": ["mdiicons==0.0.2", "streamdeckapi==0.0.10"], "ssdp": [ { "st": "urn:home-assistant-device:stream-deck" @@ -17,6 +17,6 @@ "deviceType": "urn:home-assistant-device:stream-deck" } ], - "version": "0.0.5", + "version": "0.0.6", "zeroconf": ["_stream-deck-api._tcp.local."] }