Upgrade miflora to 0.1.13 (fixes #4479) (#4524)

This commit is contained in:
Fabian Affolter 2016-11-22 15:41:37 +01:00 committed by GitHub
parent 9cdcfae8f3
commit 5d18759146
2 changed files with 2 additions and 2 deletions

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.12']
REQUIREMENTS = ['miflora==0.1.13']
_LOGGER = logging.getLogger(__name__)

View file

@ -275,7 +275,7 @@ messagebird==1.2.0
mficlient==0.3.0
# homeassistant.components.sensor.miflora
miflora==0.1.12
miflora==0.1.13
# homeassistant.components.discovery
netdisco==0.7.6