mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02:00
Update roombapy to 1.3.1 to avoid installing all the mapping dependencies (#8925)
This commit is contained in:
committed by
Paulus Schoutsen
parent
daf7d9ea7f
commit
5814fdadd0
@@ -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
|
||||||
|
Reference in New Issue
Block a user