Update srpenergy library (#22307)

Fixes #18899
This commit is contained in:
Robbie Trencheny 2019-03-22 16:01:21 -07:00 committed by GitHub
parent 611597a87b
commit 58c23bc2d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ from homeassistant.util import Throttle
from homeassistant.components.sensor import PLATFORM_SCHEMA
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['srpenergy==1.0.5']
REQUIREMENTS = ['srpenergy==1.0.6']
_LOGGER = logging.getLogger(__name__)

View file

@ -1635,7 +1635,7 @@ spotipy-homeassistant==2.4.4.dev1
sqlalchemy==1.3.0
# homeassistant.components.srp_energy.sensor
srpenergy==1.0.5
srpenergy==1.0.6
# homeassistant.components.starlingbank.sensor
starlingbank==3.1

View file

@ -292,7 +292,7 @@ somecomfort==0.5.2
sqlalchemy==1.3.0
# homeassistant.components.srp_energy.sensor
srpenergy==1.0.5
srpenergy==1.0.6
# homeassistant.components.statsd
statsd==3.2.1