mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Upgrade pymysensors to 0.16.0 (#15554)
This commit is contained in:
parent
2fcacbff23
commit
a0193e8e42
@ -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.14.0']
|
REQUIREMENTS = ['pymysensors==0.16.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -926,7 +926,7 @@ pymusiccast==0.1.6
|
|||||||
pymyq==0.0.11
|
pymyq==0.0.11
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
# homeassistant.components.mysensors
|
||||||
pymysensors==0.14.0
|
pymysensors==0.16.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