Update roombapy to 1.3.1 to avoid installing all the mapping dependencies (#8925)
This commit is contained in:
parent
d427063acd
commit
0999e2ddc4
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ from homeassistant.const import (
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
|
||||
REQUIREMENTS = ['roombapy==1.3.0']
|
||||
REQUIREMENTS = ['roombapy==1.3.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -838,7 +838,7 @@ rflink==0.0.34
|
|||
ring_doorbell==0.1.4
|
||||
|
||||
# homeassistant.components.vacuum.roomba
|
||||
roombapy==1.3.0
|
||||
roombapy==1.3.1
|
||||
|
||||
# homeassistant.components.switch.rpi_rf
|
||||
# rpi-rf==0.9.6
|
||||
|
|
Loading…
Add table
Reference in a new issue