mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Update pymyq requirement (#6486)
* update pymyq to 0.0.7 * update pymyq requirement Adds additional state for stopped door.
This commit is contained in:
parent
3d3a0a7a4f
commit
5e1c74b430
@ -14,8 +14,8 @@ from homeassistant.const import (
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = [
|
||||
'https://github.com/arraylabs/pymyq/archive/v0.0.6.zip'
|
||||
'#pymyq==0.0.6']
|
||||
'https://github.com/arraylabs/pymyq/archive/v0.0.7.zip'
|
||||
'#pymyq==0.0.7']
|
||||
|
||||
COVER_SCHEMA = vol.Schema({
|
||||
vol.Required(CONF_TYPE): cv.string,
|
||||
|
@ -233,7 +233,7 @@ https://github.com/Xorso/pyalarmdotcom/archive/0.1.1.zip#pyalarmdotcom==0.1.1
|
||||
https://github.com/aparraga/braviarc/archive/0.3.6.zip#braviarc==0.3.6
|
||||
|
||||
# homeassistant.components.cover.myq
|
||||
https://github.com/arraylabs/pymyq/archive/v0.0.6.zip#pymyq==0.0.6
|
||||
https://github.com/arraylabs/pymyq/archive/v0.0.7.zip#pymyq==0.0.7
|
||||
|
||||
# homeassistant.components.media_player.roku
|
||||
https://github.com/bah2830/python-roku/archive/3.1.3.zip#roku==3.1.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user