upgrade miflora ()

Add an optional extended description…
pull/5086/head
Daniel Høyer Iversen 2016-12-27 09:24:05 +01:00 committed by Pascal Vizeli
parent c5f70e8be3
commit 68865ec27b
2 changed files with 2 additions and 2 deletions
homeassistant/components/sensor

View File

@ -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__)

View File

@ -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