fixes for last version bump on pydaikin (#18438)

This commit is contained in:
Fredrik Erlandsson 2018-11-14 15:38:16 +01:00 committed by Charles Garwood
parent d2e102ee2f
commit 0d43cb6d0e
3 changed files with 4 additions and 7 deletions

View file

@ -19,7 +19,7 @@ from homeassistant.helpers import discovery
from homeassistant.helpers.discovery import load_platform
from homeassistant.util import Throttle
REQUIREMENTS = ['pydaikin==0.6']
REQUIREMENTS = ['pydaikin==0.7']
_LOGGER = logging.getLogger(__name__)