mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Upgrade pymysensors to 0.10.0 (#7469)
This commit is contained in:
parent
2c1df75c07
commit
47034f83f4
@ -21,7 +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 = ['pymysensors==0.9.1']
|
REQUIREMENTS = ['pymysensors==0.10.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -591,7 +591,7 @@ pymailgunner==1.4
|
|||||||
pymochad==0.1.1
|
pymochad==0.1.1
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
# homeassistant.components.mysensors
|
||||||
pymysensors==0.9.1
|
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