diff --git a/homeassistant/components/motion_blinds/manifest.json b/homeassistant/components/motion_blinds/manifest.json index 90ad330bd40f..e6e4c50c7fe2 100644 --- a/homeassistant/components/motion_blinds/manifest.json +++ b/homeassistant/components/motion_blinds/manifest.json @@ -3,7 +3,7 @@ "name": "Motion Blinds", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/motion_blinds", - "requirements": ["motionblinds==0.6.12"], + "requirements": ["motionblinds==0.6.13"], "dependencies": ["network"], "dhcp": [ { "registered_devices": true }, diff --git a/requirements_all.txt b/requirements_all.txt index fa9c397b511e..1d8d5121d1ad 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1089,7 +1089,7 @@ moat-ble==0.1.1 moehlenhoff-alpha2==1.2.1 # homeassistant.components.motion_blinds -motionblinds==0.6.12 +motionblinds==0.6.13 # homeassistant.components.motioneye motioneye-client==0.3.12 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 1ff4779d3fe6..dee61850d691 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -785,7 +785,7 @@ moat-ble==0.1.1 moehlenhoff-alpha2==1.2.1 # homeassistant.components.motion_blinds -motionblinds==0.6.12 +motionblinds==0.6.13 # homeassistant.components.motioneye motioneye-client==0.3.12