diff --git a/homeassistant/components/enigma2/manifest.json b/homeassistant/components/enigma2/manifest.json index 6619e6c1f0d..d523bd72b72 100644 --- a/homeassistant/components/enigma2/manifest.json +++ b/homeassistant/components/enigma2/manifest.json @@ -3,7 +3,7 @@ "name": "Enigma2", "documentation": "https://www.home-assistant.io/components/enigma2", "requirements": [ - "openwebifpy==3.1.0" + "openwebifpy==3.1.1" ], "dependencies": [], "codeowners": ["@fbradyirl"] diff --git a/homeassistant/components/enigma2/media_player.py b/homeassistant/components/enigma2/media_player.py index 0b6f995be97..11c3e0fe3ce 100644 --- a/homeassistant/components/enigma2/media_player.py +++ b/homeassistant/components/enigma2/media_player.py @@ -14,7 +14,7 @@ from homeassistant.const import ( STATE_OFF, STATE_ON, STATE_PLAYING, CONF_PORT) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['openwebifpy==3.1.0'] +REQUIREMENTS = ['openwebifpy==3.1.1'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 926549160a2..ddab662c1d5 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -779,7 +779,7 @@ openhomedevice==0.4.2 opensensemap-api==0.1.5 # homeassistant.components.enigma2 -openwebifpy==3.1.0 +openwebifpy==3.1.1 # homeassistant.components.luci openwrt-luci-rpc==1.0.5