Update version for pymyq to 1.1.0 (#20756)
Update version of pymyq to 1.1.0; this version brings improved functionality, reducing errors for retrieving current state for the MyQ covers.pull/20766/head
commit
154b401d0a
|
@ -15,7 +15,7 @@ from homeassistant.const import (
|
|||
STATE_OPEN, STATE_OPENING)
|
||||
from homeassistant.helpers import aiohttp_client, config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['pymyq==1.0.0']
|
||||
REQUIREMENTS = ['pymyq==1.1.0']
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
MYQ_TO_HASS = {
|
||||
|
|
|
@ -1131,7 +1131,7 @@ pymonoprice==0.3
|
|||
pymusiccast==0.1.6
|
||||
|
||||
# homeassistant.components.cover.myq
|
||||
pymyq==1.0.0
|
||||
pymyq==1.1.0
|
||||
|
||||
# homeassistant.components.mysensors
|
||||
pymysensors==0.18.0
|
||||
|
|
Loading…
Reference in New Issue