mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Upgrade mycroftapi to 2.0 (#9309)
* updating mycroftapi version * updating mycroftapi version
This commit is contained in:
parent
c3a91000ac
commit
984cae5310
@ -13,7 +13,7 @@ from homeassistant.const import CONF_HOST
|
|||||||
from homeassistant.helpers import discovery
|
from homeassistant.helpers import discovery
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['mycroftapi==0.1.2']
|
REQUIREMENTS = ['mycroftapi==2.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -422,7 +422,7 @@ motorparts==1.0.0
|
|||||||
mutagen==1.38
|
mutagen==1.38
|
||||||
|
|
||||||
# homeassistant.components.mycroft
|
# homeassistant.components.mycroft
|
||||||
mycroftapi==0.1.2
|
mycroftapi==2.0
|
||||||
|
|
||||||
# homeassistant.components.usps
|
# homeassistant.components.usps
|
||||||
myusps==1.1.3
|
myusps==1.1.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user