From 1a56855158bc87f767df3dbf01233cd1cc04ab8e Mon Sep 17 00:00:00 2001 From: TimL Date: Mon, 15 Dec 2025 21:46:32 +1100 Subject: [PATCH] Bump pysmlight to v0.2.13 (#159075) Co-authored-by: Tim Lunn --- 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 1458e0186556..31defde5fa56 100644 --- a/homeassistant/components/smlight/manifest.json +++ b/homeassistant/components/smlight/manifest.json @@ -12,7 +12,7 @@ "integration_type": "device", "iot_class": "local_push", "quality_scale": "silver", - "requirements": ["pysmlight==0.2.11"], + "requirements": ["pysmlight==0.2.13"], "zeroconf": [ { "type": "_slzb-06._tcp.local." diff --git a/requirements_all.txt b/requirements_all.txt index 56d1e710354c..cda0fe356aa4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2415,7 +2415,7 @@ pysmhi==1.1.0 pysml==0.1.5 # homeassistant.components.smlight -pysmlight==0.2.11 +pysmlight==0.2.13 # homeassistant.components.snmp pysnmp==7.1.22 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 0b623120eda6..e18d20cdd707 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2029,7 +2029,7 @@ pysmhi==1.1.0 pysml==0.1.5 # homeassistant.components.smlight -pysmlight==0.2.11 +pysmlight==0.2.13 # homeassistant.components.snmp pysnmp==7.1.22