mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
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
@ -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__)
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user