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."] }