mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Update roombapy to 1.3.1 to avoid installing all the mapping dependencies (#8925)
This commit is contained in:
parent
d427063acd
commit
0999e2ddc4
@ -17,7 +17,7 @@ from homeassistant.const import (
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
|
|
||||||
REQUIREMENTS = ['roombapy==1.3.0']
|
REQUIREMENTS = ['roombapy==1.3.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -838,7 +838,7 @@ rflink==0.0.34
|
|||||||
ring_doorbell==0.1.4
|
ring_doorbell==0.1.4
|
||||||
|
|
||||||
# homeassistant.components.vacuum.roomba
|
# homeassistant.components.vacuum.roomba
|
||||||
roombapy==1.3.0
|
roombapy==1.3.1
|
||||||
|
|
||||||
# homeassistant.components.switch.rpi_rf
|
# homeassistant.components.switch.rpi_rf
|
||||||
# rpi-rf==0.9.6
|
# rpi-rf==0.9.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user