Bump pypi module version for enigma2 (#22886)

* Bug fix for #22727

* Update requirements_all.txt

* Update manifest.json
This commit is contained in:
Finbarr Brady 2019-04-08 13:49:52 +01:00 committed by Fabian Affolter
parent a4ffc9e37a
commit a0d6e08421
3 changed files with 3 additions and 3 deletions

View file

@ -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"]

View file

@ -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__)

View file

@ -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