mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
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,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"]
|
||||||
|
@ -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__)
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user