mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Bump Pybotvac To Support D7 On Latest Firmware (#19463)
* Bump pybotvac to support D7 on latest firmware * Update requirements
This commit is contained in:
parent
27ea59f6c3
commit
28d2f9bd87
@ -17,7 +17,7 @@ from homeassistant.util import Throttle
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['pybotvac==0.0.10']
|
REQUIREMENTS = ['pybotvac==0.0.12']
|
||||||
|
|
||||||
DOMAIN = 'neato'
|
DOMAIN = 'neato'
|
||||||
NEATO_ROBOTS = 'neato_robots'
|
NEATO_ROBOTS = 'neato_robots'
|
||||||
|
@ -898,7 +898,7 @@ pyblackbird==0.5
|
|||||||
# pybluez==0.22
|
# pybluez==0.22
|
||||||
|
|
||||||
# homeassistant.components.neato
|
# homeassistant.components.neato
|
||||||
pybotvac==0.0.10
|
pybotvac==0.0.12
|
||||||
|
|
||||||
# homeassistant.components.cloudflare
|
# homeassistant.components.cloudflare
|
||||||
pycfdns==0.0.1
|
pycfdns==0.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user