Upgrade pymysensors to 0.11.1 (#9212)
This commit is contained in:
parent
ee28b439b3
commit
b8d737c0cc
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue