mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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.setup import setup_component
|
||||
|
||||
REQUIREMENTS = ['pymysensors==0.11.0']
|
||||
REQUIREMENTS = ['pymysensors==0.11.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -661,7 +661,7 @@ pymodbus==1.3.1
|
||||
pymyq==0.0.8
|
||||
|
||||
# homeassistant.components.mysensors
|
||||
pymysensors==0.11.0
|
||||
pymysensors==0.11.1
|
||||
|
||||
# homeassistant.components.lock.nello
|
||||
pynello==1.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user