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:
Andy Castille 2017-11-22 04:40:15 -06:00 committed by Pascal Vizeli
parent cfb1853bbd
commit b668b19543
2 changed files with 2 additions and 2 deletions

View file

@ -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__)