diff --git a/homeassistant/components/sensor/miflora.py b/homeassistant/components/sensor/miflora.py index 75042f4e911..a519d97a855 100644 --- a/homeassistant/components/sensor/miflora.py +++ b/homeassistant/components/sensor/miflora.py @@ -16,7 +16,7 @@ from homeassistant.util import Throttle from homeassistant.const import ( CONF_MONITORED_CONDITIONS, CONF_NAME, CONF_MAC) -REQUIREMENTS = ['miflora==0.1.13'] +REQUIREMENTS = ['miflora==0.1.14'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 7e962fe1f65..cbaa90150d3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -304,7 +304,7 @@ messagebird==1.2.0 mficlient==0.3.0 # homeassistant.components.sensor.miflora -miflora==0.1.13 +miflora==0.1.14 # homeassistant.components.discovery netdisco==0.8.1