mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Update version for pymyq to 1.1.0
Update version of pymyq to 1.1.0; this version brings improved functionality, reducing errors for retrieving current state for the MyQ covers.
This commit is contained in:
parent
cd04661101
commit
3880a70965
@ -15,7 +15,7 @@ from homeassistant.const import (
|
|||||||
STATE_OPEN, STATE_OPENING)
|
STATE_OPEN, STATE_OPENING)
|
||||||
from homeassistant.helpers import aiohttp_client, config_validation as cv
|
from homeassistant.helpers import aiohttp_client, config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['pymyq==1.0.0']
|
REQUIREMENTS = ['pymyq==1.1.0']
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
MYQ_TO_HASS = {
|
MYQ_TO_HASS = {
|
||||||
|
@ -1131,7 +1131,7 @@ pymonoprice==0.3
|
|||||||
pymusiccast==0.1.6
|
pymusiccast==0.1.6
|
||||||
|
|
||||||
# homeassistant.components.cover.myq
|
# homeassistant.components.cover.myq
|
||||||
pymyq==1.0.0
|
pymyq==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
# homeassistant.components.mysensors
|
||||||
pymysensors==0.18.0
|
pymysensors==0.18.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user