Skip to content

Commit

Permalink
Upgrade Mill library (#19117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen authored and MartinHjelmare committed Dec 8, 2018
1 parent f2f6496 commit ffe83d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/climate/mill.py
Expand Up @@ -19,7 +19,7 @@
from homeassistant.helpers import config_validation as cv
from homeassistant.helpers.aiohttp_client import async_get_clientsession

REQUIREMENTS = ['millheater==0.2.9']
REQUIREMENTS = ['millheater==0.3.0']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -644,7 +644,7 @@ mficlient==0.3.0
miflora==0.4.0

# homeassistant.components.climate.mill
millheater==0.2.9
millheater==0.3.0

# homeassistant.components.sensor.mitemp_bt
mitemp_bt==0.0.1
Expand Down

0 comments on commit ffe83d9

Please sign in to comment.