mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Upgrade pymysensors to 0.17.0 (#15942)
This commit is contained in:
parent
d3fed52254
commit
e8218c4b29
@ -22,7 +22,7 @@ from .const import (
|
|||||||
from .device import get_mysensors_devices
|
from .device import get_mysensors_devices
|
||||||
from .gateway import get_mysensors_gateway, setup_gateways, finish_setup
|
from .gateway import get_mysensors_gateway, setup_gateways, finish_setup
|
||||||
|
|
||||||
REQUIREMENTS = ['pymysensors==0.16.0']
|
REQUIREMENTS = ['pymysensors==0.17.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -953,7 +953,7 @@ pymusiccast==0.1.6
|
|||||||
pymyq==0.0.11
|
pymyq==0.0.11
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
# homeassistant.components.mysensors
|
||||||
pymysensors==0.16.0
|
pymysensors==0.17.0
|
||||||
|
|
||||||
# homeassistant.components.lock.nello
|
# homeassistant.components.lock.nello
|
||||||
pynello==1.5.1
|
pynello==1.5.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user