mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
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
@ -6,7 +6,7 @@ import voluptuous as vol
|
|||||||
from homeassistant.const import CONF_HOST, CONF_USERNAME, CONF_PASSWORD
|
from homeassistant.const import CONF_HOST, CONF_USERNAME, CONF_PASSWORD
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['DoorBirdPy==0.0.4']
|
REQUIREMENTS = ['DoorBirdPy==0.1.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ certifi>=2017.4.17
|
|||||||
# Adafruit_BBIO==1.0.0
|
# Adafruit_BBIO==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.doorbird
|
# homeassistant.components.doorbird
|
||||||
DoorBirdPy==0.0.4
|
DoorBirdPy==0.1.0
|
||||||
|
|
||||||
# homeassistant.components.isy994
|
# homeassistant.components.isy994
|
||||||
PyISY==1.0.8
|
PyISY==1.0.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user