mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Upgrade pymysensors to 0.11.1 (#9212)
This commit is contained in:
parent
ee28b439b3
commit
b8d737c0cc
@ -27,7 +27,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
from homeassistant.loader import get_component
|
from homeassistant.loader import get_component
|
||||||
from homeassistant.setup import setup_component
|
from homeassistant.setup import setup_component
|
||||||
|
|
||||||
REQUIREMENTS = ['pymysensors==0.11.0']
|
REQUIREMENTS = ['pymysensors==0.11.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -661,7 +661,7 @@ pymodbus==1.3.1
|
|||||||
pymyq==0.0.8
|
pymyq==0.0.8
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
# homeassistant.components.mysensors
|
||||||
pymysensors==0.11.0
|
pymysensors==0.11.1
|
||||||
|
|
||||||
# homeassistant.components.lock.nello
|
# homeassistant.components.lock.nello
|
||||||
pynello==1.5
|
pynello==1.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user