mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
downgrade version of client (#18995)
* downgrade version of client * update requirements
This commit is contained in:
parent
b900005d1e
commit
f3d7cc66e5
@ -12,8 +12,9 @@ import voluptuous as vol
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.const import CONF_PASSWORD, CONF_USERNAME
|
||||
|
||||
REQUIREMENTS = ['pysher==1.0.4']
|
||||
|
||||
# Version downgraded due to regression in library
|
||||
# For details: https://github.com/nlsdfnbch/Pysher/issues/38
|
||||
REQUIREMENTS = ['pysher==1.0.1']
|
||||
DOMAIN = 'goalfeed'
|
||||
|
||||
CONFIG_SCHEMA = vol.Schema({
|
||||
|
@ -1141,7 +1141,7 @@ pyserial==3.1.1
|
||||
pysesame==0.1.0
|
||||
|
||||
# homeassistant.components.goalfeed
|
||||
pysher==1.0.4
|
||||
pysher==1.0.1
|
||||
|
||||
# homeassistant.components.sensor.sma
|
||||
pysma==0.2.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user