diff --git a/homeassistant/components/temper/manifest.json b/homeassistant/components/temper/manifest.json index b71bbe91563..72d998a9d4a 100644 --- a/homeassistant/components/temper/manifest.json +++ b/homeassistant/components/temper/manifest.json @@ -2,7 +2,7 @@ "domain": "temper", "name": "TEMPer", "documentation": "https://www.home-assistant.io/integrations/temper", - "requirements": ["temperusb==1.5.3"], + "requirements": ["temperusb==1.6.0"], "codeowners": [], "iot_class": "local_polling", "loggers": ["pyusb", "temperusb"] diff --git a/requirements_all.txt b/requirements_all.txt index 1a0210dd82f..c8e5427e2c7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2377,7 +2377,7 @@ tellduslive==0.10.11 temescal==0.5 # homeassistant.components.temper -temperusb==1.5.3 +temperusb==1.6.0 # homeassistant.components.nibe_heatpump tenacity==8.0.1