From 480e748b04942bf582ab19a3a7dde2423d83bbc2 Mon Sep 17 00:00:00 2001 From: TimL Date: Thu, 22 Aug 2024 20:04:03 +1000 Subject: [PATCH] Bump pysmlight to 0.0.13 (#124398) Better handle socket uptime disconnected Raise auth error on get/post requests that fail --- homeassistant/components/smlight/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/smlight/manifest.json b/homeassistant/components/smlight/manifest.json index 0dbd25e90bd..72d915666e5 100644 --- a/homeassistant/components/smlight/manifest.json +++ b/homeassistant/components/smlight/manifest.json @@ -6,7 +6,7 @@ "documentation": "https://www.home-assistant.io/integrations/smlight", "integration_type": "device", "iot_class": "local_polling", - "requirements": ["pysmlight==0.0.12"], + "requirements": ["pysmlight==0.0.13"], "zeroconf": [ { "type": "_slzb-06._tcp.local." diff --git a/requirements_all.txt b/requirements_all.txt index f0df486d1c6..78215689479 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2214,7 +2214,7 @@ pysmartthings==0.7.8 pysml==0.0.12 # homeassistant.components.smlight -pysmlight==0.0.12 +pysmlight==0.0.13 # homeassistant.components.snmp pysnmp==6.2.5 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 67f19ae081e..afbbfb396ac 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1768,7 +1768,7 @@ pysmartthings==0.7.8 pysml==0.0.12 # homeassistant.components.smlight -pysmlight==0.0.12 +pysmlight==0.0.13 # homeassistant.components.snmp pysnmp==6.2.5