diff --git a/homeassistant/components/sensor/sense.py b/homeassistant/components/sensor/sense.py index 3da022dc3b5..dd9d66f58f1 100644 --- a/homeassistant/components/sensor/sense.py +++ b/homeassistant/components/sensor/sense.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 5f4fd64a6a2..98f1ee570d6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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