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", "name": "Enigma2",
"documentation": "https://www.home-assistant.io/components/enigma2", "documentation": "https://www.home-assistant.io/components/enigma2",
"requirements": [ "requirements": [
"openwebifpy==3.1.0" "openwebifpy==3.1.1"
], ],
"dependencies": [], "dependencies": [],
"codeowners": ["@fbradyirl"] "codeowners": ["@fbradyirl"]

View File

@ -14,7 +14,7 @@ from homeassistant.const import (
STATE_OFF, STATE_ON, STATE_PLAYING, CONF_PORT) STATE_OFF, STATE_ON, STATE_PLAYING, CONF_PORT)
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['openwebifpy==3.1.0'] REQUIREMENTS = ['openwebifpy==3.1.1']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -779,7 +779,7 @@ openhomedevice==0.4.2
opensensemap-api==0.1.5 opensensemap-api==0.1.5
# homeassistant.components.enigma2 # homeassistant.components.enigma2
openwebifpy==3.1.0 openwebifpy==3.1.1
# homeassistant.components.luci # homeassistant.components.luci
openwrt-luci-rpc==1.0.5 openwrt-luci-rpc==1.0.5