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:
parent
3afc983c05
commit
e1084e3953
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ from homeassistant.helpers.entity import Entity
|
|||
from homeassistant.util import Throttle
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['sense_energy==0.4.1']
|
||||
REQUIREMENTS = ['sense_energy==0.4.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -1284,7 +1284,7 @@ sendgrid==5.6.0
|
|||
sense-hat==2.2.0
|
||||
|
||||
# homeassistant.components.sensor.sense
|
||||
sense_energy==0.4.1
|
||||
sense_energy==0.4.2
|
||||
|
||||
# homeassistant.components.media_player.aquostv
|
||||
sharp_aquos_rc==0.3.2
|
||||
|
|
Loading…
Add table
Reference in a new issue