mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 16:17:20 +00:00
Upgrade pymysensors to 0.10.0 (#7469)
This commit is contained in:
parent
fcdfebefd9
commit
2ab45441a8
@ -21,9 +21,7 @@ from homeassistant.const import (
|
|||||||
from homeassistant.helpers import discovery
|
from homeassistant.helpers import discovery
|
||||||
from homeassistant.loader import get_component
|
from homeassistant.loader import get_component
|
||||||
|
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = ['pymysensors==0.10.0']
|
||||||
'https://github.com/theolind/pymysensors/archive/'
|
|
||||||
'c6990eaaa741444a638608e6e00488195e2ca74c.zip#pymysensors==0.9.1']
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -318,9 +318,6 @@ https://github.com/tfriedel/python-lightify/archive/1bb1db0e7bd5b14304d7bb267e23
|
|||||||
# homeassistant.components.lutron
|
# homeassistant.components.lutron
|
||||||
https://github.com/thecynic/pylutron/archive/v0.1.0.zip#pylutron==0.1.0
|
https://github.com/thecynic/pylutron/archive/v0.1.0.zip#pylutron==0.1.0
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
|
||||||
https://github.com/theolind/pymysensors/archive/c6990eaaa741444a638608e6e00488195e2ca74c.zip#pymysensors==0.9.1
|
|
||||||
|
|
||||||
# homeassistant.components.sensor.modem_callerid
|
# homeassistant.components.sensor.modem_callerid
|
||||||
https://github.com/vroomfonde1/basicmodem/archive/0.7.zip#basicmodem==0.7
|
https://github.com/vroomfonde1/basicmodem/archive/0.7.zip#basicmodem==0.7
|
||||||
|
|
||||||
@ -593,6 +590,9 @@ pymailgunner==1.4
|
|||||||
# homeassistant.components.mochad
|
# homeassistant.components.mochad
|
||||||
pymochad==0.1.1
|
pymochad==0.1.1
|
||||||
|
|
||||||
|
# homeassistant.components.mysensors
|
||||||
|
pymysensors==0.10.0
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.netgear
|
# homeassistant.components.device_tracker.netgear
|
||||||
pynetgear==0.3.3
|
pynetgear==0.3.3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user