diff --git a/custom_components/streamdeck/manifest.json b/custom_components/streamdeck/manifest.json index e75772e..d9f65e6 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.10"], + "requirements": ["mdiicons==0.0.2", "streamdeckapi==0.0.11"], "ssdp": [ { "st": "urn:home-assistant-device:stream-deck" @@ -17,6 +17,6 @@ "deviceType": "urn:home-assistant-device:stream-deck" } ], - "version": "0.0.6", + "version": "0.0.7", "zeroconf": ["_stream-deck-api._tcp.local."] } diff --git a/manifest_template.json b/manifest_template.json index e75772e..d9f65e6 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.10"], + "requirements": ["mdiicons==0.0.2", "streamdeckapi==0.0.11"], "ssdp": [ { "st": "urn:home-assistant-device:stream-deck" @@ -17,6 +17,6 @@ "deviceType": "urn:home-assistant-device:stream-deck" } ], - "version": "0.0.6", + "version": "0.0.7", "zeroconf": ["_stream-deck-api._tcp.local."] }