Upgrade sense library to 0.4.2 (#16429)

* Added error handling for sense API timeouts

* Moved imports in function

* Moved imports to more appropriate function

* Change exception to custom package version

* Updated sense_energy library to 0.4.2
This commit is contained in:
kbickar 2018-09-05 02:01:36 -04:00 committed by Daniel Høyer Iversen
parent 3afc983c05
commit e1084e3953
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle from homeassistant.util import Throttle
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['sense_energy==0.4.1'] REQUIREMENTS = ['sense_energy==0.4.2']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -1284,7 +1284,7 @@ sendgrid==5.6.0
sense-hat==2.2.0 sense-hat==2.2.0
# homeassistant.components.sensor.sense # homeassistant.components.sensor.sense
sense_energy==0.4.1 sense_energy==0.4.2
# homeassistant.components.media_player.aquostv # homeassistant.components.media_player.aquostv
sharp_aquos_rc==0.3.2 sharp_aquos_rc==0.3.2