Use new DoorBirdPy (v0.1.0) (#10734)
* Use new DoorBirdPy (v0.1.0) * Update requirements_all for DoorBirdPy 0.1.0
This commit is contained in:
parent
cfb1853bbd
commit
b668b19543
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ import voluptuous as vol
|
|||
from homeassistant.const import CONF_HOST, CONF_USERNAME, CONF_PASSWORD
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['DoorBirdPy==0.0.4']
|
||||
REQUIREMENTS = ['DoorBirdPy==0.1.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ certifi>=2017.4.17
|
|||
# Adafruit_BBIO==1.0.0
|
||||
|
||||
# homeassistant.components.doorbird
|
||||
DoorBirdPy==0.0.4
|
||||
DoorBirdPy==0.1.0
|
||||
|
||||
# homeassistant.components.isy994
|
||||
PyISY==1.0.8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue