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__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue