Update pysher version (#17455)
This commit is contained in:
parent
b022dde622
commit
3edcc9420a
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ import voluptuous as vol
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.const import CONF_PASSWORD, CONF_USERNAME
|
||||
|
||||
REQUIREMENTS = ['pysher==0.2.0']
|
||||
REQUIREMENTS = ['pysher==1.0.4']
|
||||
|
||||
DOMAIN = 'goalfeed'
|
||||
|
||||
|
|
|
@ -1072,7 +1072,7 @@ pyserial==3.1.1
|
|||
pysesame==0.1.0
|
||||
|
||||
# homeassistant.components.goalfeed
|
||||
pysher==0.2.0
|
||||
pysher==1.0.4
|
||||
|
||||
# homeassistant.components.sensor.sma
|
||||
pysma==0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue