Bump pypi module version for enigma2 (#22886)
* Bug fix for #22727 * Update requirements_all.txt * Update manifest.json
This commit is contained in:
parent
a4ffc9e37a
commit
a0d6e08421
3 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
|
|
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue