update mill lib, handle bad data from mill server (#18693)

This commit is contained in:
Daniel Høyer Iversen 2018-11-25 09:39:06 +01:00 committed by GitHub
parent eb6b6ed87d
commit ad2e8b3174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ from homeassistant.const import (
from homeassistant.helpers import config_validation as cv
from homeassistant.helpers.aiohttp_client import async_get_clientsession
REQUIREMENTS = ['millheater==0.2.8']
REQUIREMENTS = ['millheater==0.2.9']
_LOGGER = logging.getLogger(__name__)

View File

@ -634,7 +634,7 @@ mficlient==0.3.0
miflora==0.4.0
# homeassistant.components.climate.mill
millheater==0.2.8
millheater==0.2.9
# homeassistant.components.sensor.mitemp_bt
mitemp_bt==0.0.1