Upgrade mycroftapi to 2.0 (#9309)

* updating mycroftapi version

* updating mycroftapi version
This commit is contained in:
Brian Hopkins 2017-09-05 07:05:31 -04:00 committed by Fabian Affolter
parent c3a91000ac
commit 984cae5310
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ from homeassistant.const import CONF_HOST
from homeassistant.helpers import discovery
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['mycroftapi==0.1.2']
REQUIREMENTS = ['mycroftapi==2.0']
_LOGGER = logging.getLogger(__name__)

View File

@ -422,7 +422,7 @@ motorparts==1.0.0
mutagen==1.38
# homeassistant.components.mycroft
mycroftapi==0.1.2
mycroftapi==2.0
# homeassistant.components.usps
myusps==1.1.3